Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include | #include "StateTreeExecutionContext.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeExecutionContext.cpp |
bool SelectStateInternal
(
const FStateTreeExecutionFrame * CurrentParentFrame,
FStateTreeExecutionFrame & CurrentFrame,
const FStateTreeExecutionFrame * CurrentFrameInActiveFrames,
TConstArrayView< FStateTreeStateHandle > PathToNextState,
FStateSelectionResult & OutSelectionResult,
const FStateTreeSharedEvent * TransitionEvent
)
Remarks
Used internally to do the recursive part of the SelectState().