Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTypes.h |
| Include | #include "StateTreeTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FStateTreeDataHandle
Remarks
Handle to a StateTree data
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeDataHandle
(
const EStateTreeDataSourceType InSource |
|||
FStateTreeDataHandle
(
const EStateTreeDataSourceType InSource, |
|||
FStateTreeDataHandle
(
const EStateTreeDataSourceType InSource, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Describe () |
||
| int32 | GetIndex () |
||
| EStateTreeDataSourceType | GetSource () |
||
| FStateTreeStateHandle | GetState () |
||
| bool | |||
| bool | IsValid () |
||
| bool | IsValidIndex
(
const int32 Index |
||
| void | Reset () |
||
| FStateTreeDataHandle |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FStateTreeDataHandle& RHS |
||
| bool | operator==
(
const FStateTreeDataHandle& RHS |
Constants
| Name | Description |
|---|---|
| Invalid | |
| InvalidIndex |