YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
A base class of a widget that can represent a walletid.
Blueprint Members | |
UTextBlock * | WalletID |
The class that needs to be displayed to show an item (a button) More... | |
void | ShowMute (bool pIsMuted) |
Indicates whether the user muted their mic can be overriden fro different behaviour. More... | |
void | OnStartTalking () |
Called when the player starts talking and sets the color to yellow, can be overridden for different behaviour. More... | |
void | OnStopTalking () |
Called when the player stops talking and sets the color to white, can be overridden for different behaviour. More... | |
void UYomNameplateWidget::OnStartTalking | ( | ) |
Called when the player starts talking and sets the color to yellow, can be overridden for different behaviour.
void UYomNameplateWidget::OnStopTalking | ( | ) |
Called when the player stops talking and sets the color to white, can be overridden for different behaviour.
void UYomNameplateWidget::ShowMute | ( | bool | pIsMuted | ) |
Indicates whether the user muted their mic can be overriden fro different behaviour.
pIsMuted | True if muted, false if unmuted |
UTextBlock* UYomNameplateWidget::WalletID |
The class that needs to be displayed to show an item (a button)