Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Inheritance Hierarchy
- IModuleInterface
- IStateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeModule.h |
| Include | #include "StateTreeModule.h" |
Syntax
class IStateTreeModule : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IStateTreeModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| bool | IsTracing () |
Indicates if the statetree specific traces are active (explicitly started by StartTraces). | |
| bool | StartTraces
(
int32& OutTraceId |
Creates new tracing connection if necessary and enables StateTree debugging related channels (frame + statetree). | |
| void | StopTraces () |
Stops the trace service if it was not already connected when StartTraces was called. |