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 FEnvQueryItemDetails
Remarks
Detailed information about item, used by tests
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FString | FailedDescription | |
![]() |
int32 | FailedTestIndex | |
![]() |
int32 | ItemIndex | |
![]() |
TArray< float > | TestResults | Results assigned by option's tests, before any modifications |
![]() |
TArray< float > | TestWeightedScores | Results assigned by option's tests, after applying modifiers, normalization and weight |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FEnvQueryItemDetails
(
int32 NumTests, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 |