YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
Loading...
Searching...
No Matches
UYomNameplateWidget Class Reference

Detailed Description

A base class of a widget that can represent a walletid.

Inheritance diagram for UYomNameplateWidget:

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...
 

Member Function Documentation

◆ OnStartTalking()

void UYomNameplateWidget::OnStartTalking ( )

Called when the player starts talking and sets the color to yellow, can be overridden for different behaviour.

◆ OnStopTalking()

void UYomNameplateWidget::OnStopTalking ( )

Called when the player stops talking and sets the color to white, can be overridden for different behaviour.

◆ ShowMute()

void UYomNameplateWidget::ShowMute ( bool  pIsMuted)

Indicates whether the user muted their mic can be overriden fro different behaviour.

Parameters
pIsMutedTrue if muted, false if unmuted

Member Data Documentation

◆ WalletID

UTextBlock* UYomNameplateWidget::WalletID

The class that needs to be displayed to show an item (a button)