Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h |
Include |
#include "BehaviorTree/Services/BTService_RunEQS.h" |
class UBTService_RunEQS : public UBTService_BlackboardBase
Name | Description | ||
---|---|---|---|
|
bUpdateBBOnFail |
||
|
EQSRequest |
||
|
QueryFinishedDelegate |
Name | Description | |
---|---|---|
|
UBTService_RunEQS ( |
Name | Description | ||
---|---|---|---|
|
OnQueryFinished ( |
Name | Description | ||
---|---|---|---|
|
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 |
Name | Description | ||
---|---|---|---|
|
CleanupMemory ( |
We need this only for verification, no need to have it in shipped builds |
|
|
GetInstanceMemorySize() |
Size of instance memory |
|
|
GetStaticDescription() |
||
|
InitializeFromAsset ( |
Initialize any asset related data |
|
|
InitializeMemory ( |
Initialize memory block |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Prepare query params |