| Add(const ItemIDType ID, const FBox &Bounds) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| Add(const ItemIDType ID, const FCellLocation &Location) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| CalcCellBounds(const FCellLocation &CellLocation) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| CalcCellLocation(const FBox &Bounds) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| CalcQueryBounds(const FBox &Bounds, const int32 Level) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| Cells | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | protected |
| CellSize | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | protected |
| ClampInt32(const int64 Value) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inlineprotectedstatic |
| FindCell(const int X, const int Y, const int Level) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| FindCellMutable(const int X, const int Y, const int Level) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| FindOrAddCell(const int X, const int Y, const int Level) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| GetCells() const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| GetCellSize(const int32 Level) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| GetFirstSpillListItem() const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| GetInvCellSize(const int32 Level) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| GetItems() const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| GetLevelItemCount(const int32 Level) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| Initialize(const float InCellSize) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| IntersectRect(const FCellRect &Left, const FCellRect &Right) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| InvCellSize | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | protected |
| ItemIDType typedef | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | |
| Items | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | protected |
| LevelDown(int32 X) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inlinestatic |
| LevelItemCount | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | protected |
| LevelRatio | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | static |
| Move(const ItemIDType ID, const FBox &OldBounds, const FBox &NewBounds) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| Move(const ItemIDType ID, const FCellLocation &OldLocation, const FBox &NewBounds) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| NumLevels | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | static |
| Query(const FBox &Bounds, OutT &OutResults) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| QuerySmall(const FBox &Bounds, OutT &OutResults) const | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| Remove(const ItemIDType ID, const FBox &OldBounds) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| Remove(const ItemIDType ID, const FCellLocation &OldLocation) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| Reset() | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |
| SpillList | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | protected |
| THierarchicalHashGrid2D(const float InCellSize=500.f) | THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType > | inline |