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_SimpleGrid.h |
Include | #include "EnvironmentQuery/Generators/EnvQueryGenerator_SimpleGrid.h" |
Syntax
class UEnvQueryGenerator_SimpleGrid : public UEnvQueryGenerator_ProjectedPoints
Remarks
Simple grid, generates points in 2D square around context
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TSubclassOf< UEnvQueryContext > | GenerateAround | Context |
![]() |
FAIDataProviderFloatValue | GridSize | Half of square's extent, like a radius |
![]() |
FAIDataProviderFloatValue | SpaceBetween | Generation density |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UEnvQueryGenerator_SimpleGrid
(
const FObjectInitializer& ObjectInitializer |
Overridden from UEnvQueryGenerator
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | GenerateItems
(
FEnvQueryInstance& QueryInstance |