Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EStateTreeRunStatus EnterState
(
FStateTreeTransitionResult& Transition |
StateTreeExecutionContext.h | ||
EStateTreeRunStatus EnterState
(
const TSharedPtr< FSelectStateResult >& SelectStateResult, |
Handles logic for entering State. | StateTreeExecutionContext.h |
EnterState(FStateTreeTransitionResult &)
| Name | EnterState |
| 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 |
EStateTreeRunStatus EnterState
(
FStateTreeTransitionResult & Transition
)
EnterState(const TSharedPtr< FSelectStateResult > &, const FStateTreeTransitionResult &)
Description
Handles logic for entering State. EnterState is called on new active Evaluators and Tasks that are part of the re-planned tree. Re-planned tree is from the transition target up to the leaf state. States that are parent to the transition target state and still active after the transition will remain intact.
| Name | EnterState |
| 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 |
EStateTreeRunStatus EnterState
(
const TSharedPtr < FSelectStateResult > & SelectStateResult,
const FStateTreeTransitionResult & Transition
)
run status returned by the tasks.