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 FStateTreeIndex16
Remarks
Uint16 index that can be invalid.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeIndex16
(
const uint16 InIndex |
Construct from a uint16 index where MAX_uint16 is considered an invalid index (i.e FStateTreeIndex16::InvalidValue). | ||
FStateTreeIndex16
(
const int32 InIndex |
Construct from a int32 index where INDEX_NONE is considered an invalid index and converted to FStateTreeIndex16::InvalidValue (i.e MAX_uint16). |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AsInt32 () |
||
| uint16 | Get () |
||
| bool | IsValid () |
||
| bool | IsValidIndex
(
const int32 Index |
||
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FStateTreeIndex16& RHS |
||
| bool | operator==
(
const FStateTreeIndex16& RHS |
Constants
| Name | Description |
|---|---|
| Invalid | |
| InvalidValue |