UBTDecorator_CompareBBEntries::OnCeaseRelevant

Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UBTAuxiliaryNode::OnCeaseRelevant()

UBTDecorator_CompareBBEntries::OnCeaseRelevant()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Decorators/BTDecorator_CompareBBEntries.h

Include

#include "BehaviorTree/Decorators/BTDecorator_CompareBBEntries.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Decorators/BTDecorator_CompareBBEntries.cpp

Syntax

virtual void OnCeaseRelevant
(
    UBehaviorTreeComponent & OwnerComp,
    uint8 * NodeMemory
)

Remarks

Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically