Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/EnvironmentQuery > API/Runtime/AIModule/EnvironmentQuery/Generators
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Generators/EnvQueryGenerator_OnCircle.h |
| Include | #include "EnvironmentQuery/Generators/EnvQueryGenerator_OnCircle.h" |
Syntax
enum EPointOnCircleSpacingMethod
{
BySpaceBetween,
ByNumberOfPoints,
}
Values
| Name | Description |
|---|---|
| BySpaceBetween | Use the SpaceBetween value to determine how far apart points should be. |
| ByNumberOfPoints | Use a fixed number of points. |