Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeIndexTypes.h |
| Include | #include "StateTreeIndexTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FStateTreeIndex8
Remarks
Uint8 index that can be invalid.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeIndex8
(
const int32 InIndex |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AsInt32 () |
||
| uint8 | Get () |
||
| bool | IsValid () |
||
| bool | IsValidIndex
(
const int32 Index |
||
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FStateTreeIndex8& RHS |
||
| bool | operator==
(
const FStateTreeIndex8& RHS |
Constants
| Name | Description |
|---|---|
| Invalid | |
| InvalidValue |