YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
An external event that can be called from the bridge.
Public Member Functions | |
void | RegisterEvent () |
Register this event so that it can be called. More... | |
void | UnRegisterEvent () |
UnRegister this event so that it cannot be called. More... | |
Public Attributes | |
FInvokeExternalEvent | ExternalEvent |
Event that can be bound to. More... | |
FString | EventName |
Name of this event, this name is used to call this event. More... | |
void UYomExternalEvent::RegisterEvent | ( | ) |
Register this event so that it can be called.
void UYomExternalEvent::UnRegisterEvent | ( | ) |
UnRegister this event so that it cannot be called.
FString UYomExternalEvent::EventName |
Name of this event, this name is used to call this event.
FInvokeExternalEvent UYomExternalEvent::ExternalEvent |
Event that can be bound to.