|
YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
Public Member Functions | |
| void | SetName (const FString &pName) |
| Set the name of the player. More... | |
| void | ShowTalking (bool pIsTalking) |
| Shows whether a player is talking. More... | |
| void | ShowMute (bool pIsMuted) |
| Shows whether a player is muted. More... | |
Static Public Member Functions | |
| static UYomNameplateManagerComponent * | Get (AActor *pActor) |
| Get a UYomNameplateManagerComponent from an actor, if it is not available yet add it to the player. More... | |
|
static |
Get a UYomNameplateManagerComponent from an actor, if it is not available yet add it to the player.
| pActor | The actor from which to get/add the component |
| void UYomNameplateManagerComponent::SetName | ( | const FString & | pName | ) |
Set the name of the player.
| pName | The name of the player |
| void UYomNameplateManagerComponent::ShowMute | ( | bool | pIsMuted | ) |
Shows whether a player is muted.
| pIsMuted | Whether the player is talking |
| void UYomNameplateManagerComponent::ShowTalking | ( | bool | pIsTalking | ) |
Shows whether a player is talking.
| pIsTalking | Whether the player is talking |