Navigation
Unreal Engine C++ API Reference > Developer > AITestSuite > BehaviorTree > UTestBTTask_Log
- UBTTaskNode::TickTask()
- UTestBTTask_Log::TickTask()
References
Module | AITestSuite |
Header | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_Log.h |
Include | #include "BehaviorTree/TestBTTask_Log.h" |
Source | /Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_Log.cpp |
virtual void TickTask
&40;
UBehaviorTreeComponent & OwnerComp,
uint8 &42; NodeMemory,
float DeltaSeconds
&41;
Remarks
Ticks this task 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_TASK_NODE_NOTIFY_FLAGS in the constructor of the task will set this flag automatically