Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeActiveStates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 IndexOfReverse
(
const FStateTreeStateHandle StateHandle |
Returns index of a state, searching in reverse order. | StateTreeExecutionTypes.h | |
int32 IndexOfReverse
(
const UE::StateTree::FActiveStateID StateId |
Returns index of a state, searching in reverse order. | StateTreeExecutionTypes.h |
IndexOfReverse(const FStateTreeStateHandle)
Description
Returns index of a state, searching in reverse order.
| Name | IndexOfReverse |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include Path | #include "StateTreeExecutionTypes.h" |
int32 IndexOfReverse
(
const FStateTreeStateHandle StateHandle
) const
IndexOfReverse(const UE::StateTree::FActiveStateID)
Description
Returns index of a state, searching in reverse order.
| Name | IndexOfReverse |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include Path | #include "StateTreeExecutionTypes.h" |
int32 IndexOfReverse
(
const UE::StateTree::FActiveStateID StateId
) const