Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSquare2DGridHelper > API/Runtime/Engine/FSquare2DGridHelper/FGridLevel
Overloads
| 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 |
GetCell(const FGridCellCoord2 &)
Description
Returns the cell at the specified grid coordinate
| Name | GetCell |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
| Include Path | #include "WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h" |
FGridCell & GetCell
(
const FGridCellCoord2 & InCoords
)
the cell at the specified grid coordinate
GetCell(const FGridCellCoord2 &)
Description
Returns the cell at the specified grid coordinate
| Name | GetCell |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
| Include Path | #include "WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h" |
const FGridCell & GetCell
(
const FGridCellCoord2 & InCoords
) const
the cell at the specified grid coordinate