Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeActiveStates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FStateTreeStateHandle & operator[]
(
const int32 Index |
Returns a specified state in the array. | StateTreeExecutionTypes.h | |
FStateTreeStateHandle & operator[]
(
const int32 Index |
Returns mutable reference to a specified state in the array. | StateTreeExecutionTypes.h |
operatorconst int32
Description
Returns a specified state in the array.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include Path | #include "StateTreeExecutionTypes.h" |
const FStateTreeStateHandle & operator[]
(
const int32 Index
) const
operatorconst int32
Description
Returns mutable reference to a specified state in the array.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include Path | #include "StateTreeExecutionTypes.h" |
FStateTreeStateHandle & operator[]
(
const int32 Index
)