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" |
const FCell &42; FindCell
&40;
const int X,
const int Y,
const int Level
&41; const
Remarks
Returns a cell for specific location and level. Pointer to cell at specified location, or return nullptr if the cell does not exist.
Parameters
| Name | Description |
|---|---|
| X | Cell X coordinate. |
| Y | Cell Y coordinate. |
| Level | Grid Level. |