Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeSpatialHash > API/Runtime/Engine/WorldPartition/RuntimeSpatialHash/FSquare2DGridHelper
Inheritance Hierarchy
- FSquare2DGridHelper::FGrid2D
- FSquare2DGridHelper::FGridLevel
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
| Include | #include "WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h" |
Syntax
struct FGridLevel : public FSquare2DGridHelper::FGrid2D
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGridLevel
(
const FVector2D& InOrigin, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FGridCell & | GetCell
(
const FGridCellCoord2& InCoords |
Returns the cell at the specified grid coordinate | |
| const FGridCell & | GetCell
(
const FGridCellCoord2& InCoords |
Returns the cell at the specified grid coordinate |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGridCell | |||
| FGridCellDataChunk |