Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTree.h |
| Include | #include "StateTree.h" |
Syntax
struct FStateTreeMemoryUsage
Remarks
Struct containing information about the StateTree runtime memory usage.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ChildNodeCount | ||
| int32 | EstimatedChildMemoryUsage | ||
| int32 | EstimatedMemoryUsage | ||
| FStateTreeStateHandle | Handle | ||
| FString | Name | ||
| int32 | NodeCount |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeMemoryUsage
(
const FString InName, |