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 FStateTreeStateHandle
Remarks
Handle to a StateTree state
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | Index |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeStateHandle
(
const uint16 InIndex |
|||
FStateTreeStateHandle
(
const int32 InIndex |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Describe () |
||
| FStateTreeStateHandle | FromCompletionStatus
(
const EStateTreeRunStatus Status |
||
| void | Invalidate () |
||
| bool | |||
| bool | IsValid () |
||
| bool | IsValidIndex
(
const int32 Index |
||
| EStateTreeRunStatus |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FStateTreeStateHandle& RHS |
||
| bool | operator==
(
const FStateTreeStateHandle& RHS |
Constants
| Name | Description |
|---|---|
| Failed | |
| FailedIndex | |
| Invalid | |
| InvalidIndex | |
| Root | |
| Stopped | |
| StoppedIndex | |
| Succeeded | |
| SucceededIndex |