Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSquare2DGridHelper > API/Runtime/Engine/FSquare2DGridHelper/FGrid2D
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCellBounds
(
int64 InIndex, |
Returns the cell bounds | WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h | |
bool GetCellBounds
(
const FGridCellCoord2& InCoords, |
Returns the cell bounds | WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
GetCellBounds(int64, FBox2D &)
Description
Returns the cell bounds
| Name | GetCellBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
| Include Path | #include "WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h" |
bool GetCellBounds
(
int64 InIndex,
FBox2D & OutBounds
) const
true if the specified index was valid
GetCellBounds(const FGridCellCoord2 &, FBox2D &, bool)
Description
Returns the cell bounds
| Name | GetCellBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h |
| Include Path | #include "WorldPartition/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.h" |
bool GetCellBounds
(
const FGridCellCoord2 & InCoords,
FBox2D & OutBounds,
bool bCheckIsValidCoord
) const
true if the specified coord was valid