UBTComposite_SimpleParallel::CanPushSubtree

Check if child node can execute new subtree

Windows
MacOS
Linux

Override Hierarchy

UBTCompositeNode::CanPushSubtree()

UBTComposite_SimpleParallel::CanPushSubtree()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Composites/BTComposite_SimpleParallel.h

Include

#include "BehaviorTree/Composites/BTComposite_SimpleParallel.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Composites/BTComposite_SimpleParallel.cpp

Syntax

virtual bool CanPushSubtree
(
    UBehaviorTreeComponent & OwnerComp,
    uint8 * NodeMemory,
    int32 ChildIdx
) const

Remarks

Check if child node can execute new subtree

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