![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HierarchicalHashGrid2D.h>
Public Member Functions | |
| FCellRect ()=default | |
| FCellRect (const int32 InMinX, const int32 InMinY, const int32 InMaxX, const int32 InMaxY) | |
Public Attributes | |
| int32 | MinX = 0 |
| int32 | MinY = 0 |
| int32 | MaxX = 0 |
| int32 | MaxY = 0 |
Rectangle bounds, coordinates inclusive.
|
default |
|
inline |
| int32 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRect::MaxX = 0 |
| int32 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRect::MaxY = 0 |
| int32 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRect::MinX = 0 |
| int32 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRect::MinY = 0 |