![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FSquare2DGridHelper::FGrid2D, including all inherited members.
| CellSize | FSquare2DGridHelper::FGrid2D | |
| FGrid2D(const FVector2D &InOrigin, int64 InCellSize, int64 InGridSize) | FSquare2DGridHelper::FGrid2D | inline |
| ForEachIntersectingCells(const FBox &InBox, TFunctionRef< void(const FGridCellCoord2 &)> InOperation) const | FSquare2DGridHelper::FGrid2D | inline |
| ForEachIntersectingCells(const FSphere &InSphere, TFunctionRef< void(const FGridCellCoord2 &)> InOperation) const | FSquare2DGridHelper::FGrid2D | inline |
| ForEachIntersectingCells(const FSphericalSector &InShape, TFunctionRef< void(const FGridCellCoord2 &)> InOperation) const | FSquare2DGridHelper::FGrid2D | |
| ForEachIntersectingCellsBreakable(const FBox &InBox, TFunctionRef< bool(const FGridCellCoord2 &)> InOperation) const | FSquare2DGridHelper::FGrid2D | inline |
| GetCellBounds(int64 InIndex, FBox2D &OutBounds) const | FSquare2DGridHelper::FGrid2D | inline |
| GetCellBounds(const FGridCellCoord2 &InCoords, FBox2D &OutBounds, bool bCheckIsValidCoord=true) const | FSquare2DGridHelper::FGrid2D | inline |
| GetCellCoords(const FVector2D &InPos, FGridCellCoord2 &OutCoords) const | FSquare2DGridHelper::FGrid2D | inline |
| GetCellCoords(const FBox2D &InBounds2D, FGridCellCoord2 &OutMinCellCoords, FGridCellCoord2 &OutMaxCellCoords) const | FSquare2DGridHelper::FGrid2D | inline |
| GetCellIndex(const FGridCellCoord2 &InCoords, uint64 &OutIndex) const | FSquare2DGridHelper::FGrid2D | inline |
| GetCellIndex(const FVector &InPos, uint64 &OutIndex) const | FSquare2DGridHelper::FGrid2D | inline |
| GetNumIntersectingCells(const FBox &InBox) const | FSquare2DGridHelper::FGrid2D | inline |
| GridSize | FSquare2DGridHelper::FGrid2D | |
| IsValidCoords(const FGridCellCoord2 &InCoords) const | FSquare2DGridHelper::FGrid2D | inline |
| Origin | FSquare2DGridHelper::FGrid2D |