Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | EEnvQueryRunMode::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryTypes.h |
| Include Path | #include "EnvironmentQuery/EnvQueryTypes.h" |
Syntax
namespace EEnvQueryRunMode
{
enum Type
{
SingleResult,
RandomBest5Pct,
RandomBest25Pct,
AllMatching,
}
}
Values
| Name | Remarks |
|---|---|
| SingleResult | |
| RandomBest5Pct | |
| RandomBest25Pct | |
| AllMatching |