| UObjectBase
|
Module |
|
Header |
/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_Log.h |
Include |
#include "BehaviorTree/TestBTTask_Log.h" |
class UTestBTTask_Log : public UBTTaskNode
Name | Description | |
---|---|---|
|
UTestBTTask_Log ( |
Name | Description | ||
---|---|---|---|
|
LogExecution ( |
Name | Description | ||
---|---|---|---|
|
EBTNodeResul... |
ExecuteTask ( |
Starts this task, should return Succeeded, Failed or InProgress (use FinishLatentTask() when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced! |
|
TickTask ( |
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 |
Name | Description | ||
---|---|---|---|
|
GetInstanceMemorySize() |
Size of instance memory |