Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/THierarchicalHashGrid2D > API/Runtime/AIModule/THierarchicalHashGrid2D/FCellRect
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCellRect () |
HierarchicalHashGrid2D.h | ||
FCellRect
(
const int32 InMinX, |
HierarchicalHashGrid2D.h |
FCellRect()
| Name | FCellRect |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include Path | #include "HierarchicalHashGrid2D.h" |
FCellRect()
FCellRect(const int32, const int32, const int32, const int32)
| Name | FCellRect |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include Path | #include "HierarchicalHashGrid2D.h" |
FCellRect
(
const int32 InMinX,
const int32 InMinY,
const int32 InMaxX,
const int32 InMaxY
)