Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree > API/Runtime/AIModule/BehaviorTree/UBehaviorTreeComponent
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachChildTask
(
TFunctionRef< void(UBTTaskNode&, const FBehaviorTreeInstance&, int32 InstanceIndex)> Functor |
Will call the given functor on each task node in the current instance stacks. | |
| void | ForEachChildTask
(
UBTCompositeNode& StartNode, |
Will call the given functor on each child node from the given start node. |