Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Generators/EnvQueryGenerator_PerceivedActors.h |
Include |
#include "EnvironmentQuery/Generators/EnvQueryGenerator_PerceivedActors.h" |
class UEnvQueryGenerator_PerceivedActors : public UEnvQueryGenerator
Gathers actors perceived by context
Name | Description | ||
---|---|---|---|
|
TSubclassOf< AA... |
AllowedActorClass |
If set will be used to filter results |
|
bIncludeKnownActors |
Indicates whether to include all actors known via perception (TRUE) or just the ones actively being perceived at the moment (example "currently visible" as opposed to "seen and the perception stimulus haven't expired yet"). |
|
|
TSubclassOf< UE... |
ListenerContext |
The perception listener to use as a source of information |
|
SearchRadius |
Additional distance limit imposed on the items generated. Perception's range limit still applies. |
|
|
TSubclassOf< UA... |
SenseToUse |
If set will be used to filter gathered results so that only actors perceived with a given sense are considered |
Name | Description | |
---|---|---|
|
UEnvQueryGenerator_PerceivedActors ( |
Name | Description | ||
---|---|---|---|
|
GenerateItems ( |
Name | Description | ||
---|---|---|---|
|
GetDescriptionDetails() |
||
|
GetDescriptionTitle() |