Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/EnvironmentQuery
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryTypes.h |
| Include | #include "EnvironmentQuery/EnvQueryTypes.h" |
Syntax
struct FEnvQueryItem
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bIsDiscarded | Has this item been discarded? | |
| int32: 31 | DataOffset | Raw data offset | |
| float | Score | Total score of item |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEnvQueryItem
(
int32 InOffset |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FEnvQueryItem& Other |