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
namespace EEnvTestFilterType
{
enum Type
&123;
Minimum,
Maximum,
Range,
Match,
&125;
}
Values
Name | Description |
---|---|
Minimum | For numeric tests. |
Maximum | For numeric tests. |
Range | For numeric tests. |
Match | For Boolean tests. |