Navigation
Unreal Engine C++ API Reference > Developer > AITestSuite > BehaviorTree > UTestBTService_Log
- UBTAuxiliaryNode::OnBecomeRelevant()
- UTestBTService_Log::OnBecomeRelevant()
References
Module | AITestSuite |
Header | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_Log.h |
Include | #include "BehaviorTree/TestBTService_Log.h" |
Source | /Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTService_Log.cpp |
virtual void OnBecomeRelevant
&40;
UBehaviorTreeComponent & OwnerComp,
uint8 &42; NodeMemory
&41;
Remarks
Called when auxiliary node becomes active this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyBecomeRelevant 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