Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | EEnvTestCost::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryTypes.h |
| Include Path | #include "EnvironmentQuery/EnvQueryTypes.h" |
Syntax
namespace EEnvTestCost
{
enum Type
{
Low,
Medium,
High,
}
}
Values
| Name | Remarks |
|---|---|
| Low | Reading data, math operations (e.g. distance). |
| Medium | Processing data from multiple sources (e.g. fire tickets). |
| High | Really expensive calls (e.g. visibility traces, pathfinding). |