UBTCompositeNode::CanNotifyDecoratorsOnDeactivation

Check if NotifyDecoratorsOnDeactivation is allowed, requires bUseDecoratorsDeactivationCheck flag

Windows
MacOS
Linux

Override Hierarchy

UBTCompositeNode::CanNotifyDecoratorsOnDeactivation()

UBTComposite_SimpleParallel::CanNotifyDecoratorsOnDeactivation()

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/BTCompositeNode.h"

Source

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

Syntax

virtual bool CanNotifyDecoratorsOnDeactivation
(
    FBehaviorTreeSearchData & SearchData,
    int32 ChildIdx,
    EBTNodeResult::Type & NodeResult
) const

Remarks

Check if NotifyDecoratorsOnDeactivation is allowed, requires bUseDecoratorsDeactivationCheck flag

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