YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
An event that can be called from the stream.
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 | |
FInvokeInternalEvent | InternalEvent |
Event that can be bound to. More... | |
FString | EventName |
Name of this event, this name is used to call this event. More... | |
void UYomStreamEvent::RegisterEvent | ( | ) |
Register this event so that it can be called.
void UYomStreamEvent::UnRegisterEvent | ( | ) |
UnRegister this event so that it cannot be called.
FString UYomStreamEvent::EventName |
Name of this event, this name is used to call this event.
FInvokeInternalEvent UYomStreamEvent::InternalEvent |
Event that can be bound to.