Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SelectState
(
const FSelectStateArguments& SelectStateArgs, |
Starting at the specified state, walking towards the leaf states. | StateTreeExecutionContext.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGSbool SelectState
(
const FStateTreeExecutionFrame& CurrentFrame, |
StateTreeExecutionContext.h |
SelectState(const FSelectStateArguments &, const TSharedRef< FSelectStateResult > &)
Description
Starting at the specified state, walking towards the leaf states.
| Name | SelectState |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include Path | #include "StateTreeExecutionContext.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeExecutionContext.cpp |
bool SelectState
(
const FSelectStateArguments & SelectStateArgs,
const TSharedRef < FSelectStateResult > & OutSelectionResult
)
True if succeeded to select new active states.
Parameters
| Name | Remarks |
|---|---|
| SelectStateArgs | the arguments for SelectState. |
| OutSelectionResult | the result of the selection. |
SelectState(const FStateTreeExecutionFrame &, const FStateTreeStateHandle, FStateSelectionResult &, const FStateTreeSharedEvent *, const EStateTreeSelectionFallback)
| Name | SelectState |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include Path | #include "StateTreeExecutionContext.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeExecutionContext.cpp |
PRAGMA_DISABLE_DEPRECATION_WARNINGSbool SelectState
(
const FStateTreeExecutionFrame & CurrentFrame,
const FStateTreeStateHandle NextState,
FStateSelectionResult & OutSelectionResult,
const FStateTreeSharedEvent * TransitionEvent,
const EStateTreeSelectionFallback Fallback
)