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_SimpleGrid
- UEnvQueryGenerator_PathingGrid
References
Module | AIModule |
Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Generators/EnvQueryGenerator_PathingGrid.h |
Include | #include "EnvironmentQuery/Generators/EnvQueryGenerator_PathingGrid.h" |
Syntax
class UEnvQueryGenerator_PathingGrid : public UEnvQueryGenerator_SimpleGrid
Remarks
Navigation grid, generates points on navmesh with paths to/from context no further than given limit
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TSubclassOf< UNavigationQueryFilter > | NavigationFilter | Navigation filter to use in pathfinding |
![]() |
FAIDataProviderBoolValue | PathToItem | Pathfinding direction |
![]() |
FAIDataProviderFloatValue | ScanRangeMultiplier | Multiplier for max distance between point and context |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UEnvQueryGenerator_PathingGrid
(
const FObjectInitializer& ObjectInitializer |
Overridden from UEnvQueryGenerator_ProjectedPoints
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | ProjectAndFilterNavPoints
(
TArray< FNavLocation >& Points, |
Project all points in array and remove those outside navmesh |