Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/THierarchicalHashGrid2D
Specifies cell location within the grid at specific level.
| Name | FCellLocation |
| Type | struct |
| Header File | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include Path | #include "HierarchicalHashGrid2D.h" |
Syntax
struct FCellLocation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HierarchicalHashGrid2D.h | |||
FCellLocation
(
const int32 InX, |
HierarchicalHashGrid2D.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Level | int32 | HierarchicalHashGrid2D.h | ||
| X | int32 | HierarchicalHashGrid2D.h | ||
| Y | int32 | HierarchicalHashGrid2D.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FCellLocation& RHS |
HierarchicalHashGrid2D.h | ||
bool operator==
(
const FCellLocation& RHS |
HierarchicalHashGrid2D.h |