YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
Loading...
Searching...
No Matches
UYomNameplateManagerComponent Class Reference
Inheritance diagram for UYomNameplateManagerComponent:

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 UYomNameplateManagerComponentGet (AActor *pActor)
 Get a UYomNameplateManagerComponent from an actor, if it is not available yet add it to the player. More...
 

Member Function Documentation

◆ Get()

UYomNameplateManagerComponent * UYomNameplateManagerComponent::Get ( AActor *  pActor)
static

Get a UYomNameplateManagerComponent from an actor, if it is not available yet add it to the player.

Parameters
pActorThe actor from which to get/add the component
Returns
The component that is attached to the actor

◆ SetName()

void UYomNameplateManagerComponent::SetName ( const FString &  pName)

Set the name of the player.

Parameters
pNameThe name of the player

◆ ShowMute()

void UYomNameplateManagerComponent::ShowMute ( bool  pIsMuted)

Shows whether a player is muted.

Parameters
pIsMutedWhether the player is talking

◆ ShowTalking()

void UYomNameplateManagerComponent::ShowTalking ( bool  pIsTalking)

Shows whether a player is talking.

Parameters
pIsTalkingWhether the player is talking