Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_RunEQSQuery.h |
Include |
#include "BehaviorTree/Tasks/BTTask_RunEQSQuery.h" |
class UBTTask_RunEQSQuery : public UBTTask_BlackboardBase
Run Environment Query System Query task node. Runs the specified environment query when executed.
Name | Description | ||
---|---|---|---|
|
bUpdateBBOnFail |
||
|
bUseBBKey |
||
|
EQSQueryBlackboardKey |
Blackboard key storing an EQS query template |
|
|
EQSRequest |
||
|
QueryConfig |
||
|
QueryFinishedDelegate |
||
|
QueryParams |
Optional parameters for query |
|
|
TObjectPtr< UEn... |
QueryTemplate |
Query to run |
|
TEnumAsByte< EE... |
RunMode |
Determines which item will be stored (All = only first matching) |
Name | Description | |
---|---|---|
|
UBTTask_RunEQSQuery ( |
Name | Description | ||
---|---|---|---|
|
CollectKeyFilters() |
Gather all filters from existing EnvQueryItemTypes |
|
|
OnQueryFinished ( |
Finish task |
Name | Description | ||
---|---|---|---|
|
EBTNodeResul... |
AbortTask ( |
Aborts this task, should return Aborted or InProgress (use FinishLatentAbort() when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced! |
|
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! |
Name | Description | ||
---|---|---|---|
|
DescribeRuntimeValues ( |
Gathers description of all runtime parameters |
|
|
GetInstanceMemorySize() |
Size of instance memory |
|
|
GetNodeIconName() |
Get the name of the icon used to display this node in the editor |
|
|
GetStaticDescription() |
||
|
InitializeFromAsset ( |
Initialize any asset related data |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Prepare query params |
|
|
PostLoad() |
Convert QueryParams to QueryConfig |