| UObjectBase
|
Module |
|
Header |
/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_Log.h |
Include |
#include "BehaviorTree/TestBTService_Log.h" |
class UTestBTService_Log : public UBTService
Copyright Epic Games, Inc. All Rights Reserved.
Name | Description | |
---|---|---|
|
UTestBTService_Log ( |
Name | Description | ||
---|---|---|---|
|
SetFlagOnTick |
Name | Description | ||
---|---|---|---|
|
OnBecomeRelevant ( |
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 |
|
|
OnCeaseRelevant ( |
Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant 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 |
|
|
TickNode ( |
Update next tick interval 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_SERVICE_NODE_NOTIFY_FLAGS in the constructor of the service will set this flag automatically |