Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeIndex16
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| StateTreeIndexTypes.h | |||
FStateTreeIndex16
(
const uint16 InIndex |
Construct from a uint16 index where MAX_uint16 is considered an invalid index (i.e FStateTreeIndex16::InvalidValue). | StateTreeIndexTypes.h | |
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). | StateTreeIndexTypes.h | |
FStateTreeIndex16
(
const FPropertyBindingIndex16 InIndex |
Construct from FPropertyBindingIndex16 to facilitate transition to FPropertyBindingIndex16 in bindings | StateTreeIndexTypes.h |
FStateTreeIndex16()
| Name | FStateTreeIndex16 |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeIndexTypes.h |
| Include Path | #include "StateTreeIndexTypes.h" |
FStateTreeIndex16()
FStateTreeIndex16(const uint16)
Description
Construct from a uint16 index where MAX_uint16 is considered an invalid index (i.e FStateTreeIndex16::InvalidValue).
| Name | FStateTreeIndex16 |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeIndexTypes.h |
| Include Path | #include "StateTreeIndexTypes.h" |
FStateTreeIndex16
(
const uint16 InIndex
)
FStateTreeIndex16(const int32)
Description
Construct from a int32 index where INDEX_NONE is considered an invalid index and converted to FStateTreeIndex16::InvalidValue (i.e MAX_uint16).
| Name | FStateTreeIndex16 |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeIndexTypes.h |
| Include Path | #include "StateTreeIndexTypes.h" |
FStateTreeIndex16
(
const int32 InIndex
)
FStateTreeIndex16(const FPropertyBindingIndex16)
Description
Construct from FPropertyBindingIndex16 to facilitate transition to FPropertyBindingIndex16 in bindings
| Name | FStateTreeIndex16 |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeIndexTypes.h |
| Include Path | #include "StateTreeIndexTypes.h" |
FStateTreeIndex16
(
const FPropertyBindingIndex16 InIndex
)