Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBTAuxiliaryNode
Description
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
Derived Overrides
- UBTDecorator_BlackboardBase::OnCeaseRelevant
- UBTDecorator_BlueprintBase::OnCeaseRelevant
- UBTDecorator_CompareBBEntries::OnCeaseRelevant
- UBTDecorator_TimeLimit::OnCeaseRelevant
- UBTService_BlueprintBase::OnCeaseRelevant
- UBTService_DefaultFocus::OnCeaseRelevant
- UBTService_RunEQS::OnCeaseRelevant
| Name | OnCeaseRelevant |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTAuxiliaryNode.h |
| Include Path | #include "BehaviorTree/BTAuxiliaryNode.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BTAuxiliaryNode.cpp |
virtual void OnCeaseRelevant
(
UBehaviorTreeComponent & OwnerComp,
uint8 * NodeMemory
)