Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/THierarchicalHashGrid2D
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include | #include "HierarchicalHashGrid2D.h" |
FCell & FindOrAddCell
&40;
const int X,
const int Y,
const int Level
&41;
Remarks
Returns a cell for specific location and level, creates new cell if it does not exist. Reference to cell at specified location.
Parameters
| Name | Description |
|---|---|
| X | Cell X coordinate. |
| Y | Cell Y coordinate. |
| Level | Grid Level. |