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