Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeActiveStates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PushFront
(
const FStateTreeStateHandle StateHandle |
Pushes new state at the front of the array and returns true if there was enough space. | StateTreeExecutionTypes.h | |
bool PushFront
(
const FStateTreeStateHandle StateHandle, |
Pushes new state at the front of the array and returns true if there was enough space. | StateTreeExecutionTypes.h |
PushFront(const FStateTreeStateHandle)
Description
Pushes new state at the front of the array and returns true if there was enough space.
| Name | PushFront |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include Path | #include "StateTreeExecutionTypes.h" |
bool PushFront
(
const FStateTreeStateHandle StateHandle
)
PushFront(const FStateTreeStateHandle, UE::StateTree::FActiveStateID)
Description
Pushes new state at the front of the array and returns true if there was enough space.
| Name | PushFront |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include Path | #include "StateTreeExecutionTypes.h" |
bool PushFront
(
const FStateTreeStateHandle StateHandle,
UE::StateTree::FActiveStateID StateID
)