![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HierarchicalHashGrid2D.h>
Public Member Functions | |
| FCellLocation ()=default | |
| FCellLocation (const int32 InX, const int32 InY, const int32 InLevel) | |
| bool | operator== (const FCellLocation &RHS) const |
| bool | operator!= (const FCellLocation &RHS) const |
Public Attributes | |
| int32 | X = 0 |
| int32 | Y = 0 |
| int32 | Level = INDEX_NONE |
Specifies cell location within the grid at specific level.
|
default |
|
inline |
|
inline |
|
inline |
| int32 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellLocation::Level = INDEX_NONE |
| int32 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellLocation::X = 0 |
| int32 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellLocation::Y = 0 |