|
virtual void | TickActor (float DeltaTime, enum ELevelTick TickType, FActorTickFunction &ThisTickFunction) override |
|
virtual void | PreInitializeComponents () override |
|
virtual void | BeginPlay () override |
|
virtual void | EndPlay (const EEndPlayReason::Type Reason) override |
|
virtual void | BeginDestroy () override |
|
virtual bool | IsReadyForFinishDestroy () override |
|
COHERENTUIGTPLUGIN_API unsigned | Fence () |
|
COHERENTUIGTPLUGIN_API void | WaitFor (unsigned FenceId) |
|
COHERENTUIGTPLUGIN_API FCoherentSystemWrapperSharedPtr | GetSystemObject () const |
|
bool | IsSystemObjectValid () const |
|
TSharedPtr< FCoherentRendererHolder, ESPMode::ThreadSafe > | GetSystemRendererPtr () |
|
void | RegisterComponent (UCoherentUIGTBaseComponent *component) |
|
void | UnregisterComponent (UCoherentUIGTBaseComponent *component) |
|
WeakCoherentUIGTComponentsArray::TIterator | GetCoherentUIGTComponentsIterator () |
|