| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQuery.h |
Include |
#include "EnvironmentQuery/EnvQuery.h" |
class UEnvQuery : public UDataAsset
Name | Description | |
---|---|---|
|
UEnvQuery ( |
Name | Description | ||
---|---|---|---|
|
void |
CollectQueryParams ( |
Gather all required named params |
|
const TArray... |
GetOptions() |
|
|
GetOptionsMutable() |
||
|
GetQueryName() |
Name | Description | ||
---|---|---|---|
|
void |
PostDuplicate ( |
Called after duplication & serialization and before PostLoad. |
|
void |
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
|
void |
PostLoad() |
QueryName patching up |
|
void |
PostRename |
Called at the end of Rename(), but only if the rename was actually carried out |