|
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 |
|
COHTMLPLUGIN_API FCohtmlSystemWrapperSharedPtr | GetSystemObject () const |
|
bool | IsSystemObjectValid () const |
|
TSharedPtr< FCohtmlRendererHolder, ESPMode::ThreadSafe > | GetSystemRendererPtr () |
|
void | RegisterComponent (UCohtmlBaseComponent *component) |
|
void | UnregisterComponent (UCohtmlBaseComponent *component) |
|
WeakCohtmlComponentsArray::TIterator | GetCohtmlComponentsIterator () |
|