UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRectIterator Struct Reference

#include <HierarchicalHashGrid2D.h>

Public Attributes

int64 X = 0
 
int64 Y = 0
 
int32 Level = 0
 
FCellRect Rect
 

Detailed Description

template<int32 InNumLevels = 3, int32 InLevelRatio = 4, typename InItemIDType = uint32>
struct THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRectIterator

Iterator state over a rectangle

Member Data Documentation

◆ Level

template<int32 InNumLevels = 3, int32 InLevelRatio = 4, typename InItemIDType = uint32>
int32 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRectIterator::Level = 0

Current Y

◆ Rect

template<int32 InNumLevels = 3, int32 InLevelRatio = 4, typename InItemIDType = uint32>
FCellRect THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRectIterator::Rect

Current level

◆ X

template<int32 InNumLevels = 3, int32 InLevelRatio = 4, typename InItemIDType = uint32>
int64 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRectIterator::X = 0

◆ Y

template<int32 InNumLevels = 3, int32 InLevelRatio = 4, typename InItemIDType = uint32>
int64 THierarchicalHashGrid2D< InNumLevels, InLevelRatio, InItemIDType >::FCellRectIterator::Y = 0

Current X


The documentation for this struct was generated from the following file: