Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree > API/Runtime/AIModule/BehaviorTree/UBTCompositeNode
- UBTCompositeNode::NotifyNodeDeactivation()
- UBTComposite_SimpleParallel::NotifyNodeDeactivation()
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 |
virtual void NotifyNodeDeactivation
&40;
FBehaviorTreeSearchData & SearchData,
EBTNodeResult::Type & NodeResult
&41; const
Remarks
Called when start leaves this node bUseNodeDeactivationNotify must be set to true for this function to be called Calling INIT_COMPOSITE_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically