Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
Description
Checks all conditions at given range. Should be used only on active node instances, assumes valid data handles and does not consider temporary node instances.
| Name | TestAllConditionsOnActiveInstances |
| 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 TestAllConditionsOnActiveInstances
(
const FStateTreeExecutionFrame * CurrentParentFrame,
const FStateTreeExecutionFrame & CurrentFrame,
FStateTreeStateHandle CurrentStateHandle,
const FMemoryRequirement & MemoryRequirement,
const int32 ConditionsOffset,
const int32 ConditionsNum,
EStateTreeUpdatePhase Phase
)
True if all conditions pass.