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_Cone
- UEnvQueryGenerator_Donut
- UEnvQueryGenerator_OnCircle
- UEnvQueryGenerator_SimpleGrid
- UEnvQueryGenerator_PathingGrid
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Generators/EnvQueryGenerator_ProjectedPoints.h |
| Include | #include "EnvironmentQuery/Generators/EnvQueryGenerator_ProjectedPoints.h" |
Syntax
class UEnvQueryGenerator_ProjectedPoints : public UEnvQueryGenerator
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEnvTraceData | ProjectionData | Trace params |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEnvQueryGenerator_ProjectedPoints
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ProjectAndFilterNavPoints
(
TArray< FNavLocation >& Points, |
Project all points in array and remove those outside navmesh | |
| void | StoreNavPoints
(
const TArray< FNavLocation >& Points, |
Store points as generator's result |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSortByHeight |