Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSquare2DGridHelper
| Name | FGridLevel |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
| Include Path | #include "WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h" |
Syntax
struct FGridLevel : public FSquare2DGridHelper::FGrid2D
Inheritance Hierarchy
- FSquare2DGridHelper::FGrid2D → FSquare2DGridHelper::FGridLevel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGridLevel
(
const FVector2D& InOrigin, |
WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
Structs
| Name | Remarks |
|---|---|
| FGridCell | |
| FGridCellDataChunk |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Cells | TArray< FGridCell > | WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h | ||
| CellsMapping | TMap< int64, int64 > | WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h | ||
| Level | int32 | WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the cell at the specified grid coordinate | WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h | ||
| Returns the cell at the specified grid coordinate | WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |