FBehaviorTreeInstance::ExecuteOnEachParallelTask

Iterate on parallel tasks and call ExecFunc on each of them.

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h

Include

#include "BehaviorTree/BehaviorTreeTypes.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/BehaviorTreeTypes.cpp

Syntax

void ExecuteOnEachParallelTask
(
    TFunctionRef< void &, const int32)> ExecFunc
)

Remarks

Iterate on parallel tasks and call ExecFunc on each of them. Supports removing the iterated task while processed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss