Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/THierarchicalHashGrid2D
Iterator state over a rectangle
| Name | FCellRectIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include Path | #include "HierarchicalHashGrid2D.h" |
Syntax
struct FCellRectIterator
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Level | int32 | Current Y | HierarchicalHashGrid2D.h | |
| Rect | FCellRect | Current level | HierarchicalHashGrid2D.h | |
| X | int64 | Use int64 to prevent overflow when FCellRect::MaxX or FCellRect::MaxY are equal to the maximum value of int32. | HierarchicalHashGrid2D.h | |
| Y | int64 | Current X | HierarchicalHashGrid2D.h |