Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/EnvironmentQuery > API/Runtime/AIModule/EnvironmentQuery/Generators
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEnvQueryNode
- UEnvQueryGenerator
- UEnvQueryGenerator_ProjectedPoints
- UEnvQueryGenerator_OnCircle
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Generators/EnvQueryGenerator_OnCircle.h |
| Include | #include "EnvironmentQuery/Generators/EnvQueryGenerator_OnCircle.h" |
Syntax
class UEnvQueryGenerator_OnCircle : public UEnvQueryGenerator_ProjectedPoints
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngleRadians | ||
| FAIDataProviderFloatValue | ArcAngle | If you generate items on a piece of circle you define angle of Arc cut here | |
| FEnvDirection | ArcDirection | If you generate items on a piece of circle you define direction of Arc cut here | |
| uint32: 1 | bDefineArc | ||
| bool | bIgnoreAnyContextActorsWhenGeneratingCircle | Ignore tracing into context actors when generating the circle | |
| TSubclassOf< class UEnvQueryContext > | CircleCenter | Context | |
| FAIDataProviderFloatValue | CircleCenterZOffset | Context offset | |
| FAIDataProviderFloatValue | CircleRadius | Max distance of path between point and context | |
| FAIDataProviderIntValue | NumberOfPoints | This many items will be generated on a circle | |
| EPointOnCircleSpacingMethod | PointOnCircleSpacingMethod | How we are choosing where the points are in the circle | |
| FAIDataProviderFloatValue | SpaceBetween | Items will be generated on a circle this much apart | |
| FEnvTraceData | TraceData | Horizontal trace for nearest obstacle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEnvQueryGenerator_OnCircle
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddItemDataForCircle
(
uint8* ContextRawData, |
||
| FVector | CalcDirection
(
FEnvQueryInstance& QueryInstance |
||
| void | GenerateItemsForCircle
(
uint8* ContextRawData, |
Overridden from UEnvQueryGenerator
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateItems
(
FEnvQueryInstance& QueryInstance |
Overridden from UEnvQueryNode
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |