Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/THierarchicalHashGrid2D > API/Runtime/AIModule/THierarchicalHashGrid2D/Add
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include | #include "HierarchicalHashGrid2D.h" |
FCellLocation Add
&40;
const ItemIDType ID,
const FBox & Bounds
&41;
Remarks
Adds item to the grid. Cell location of the item, can be used later to remove the item.
Parameters
| Name | Description |
|---|---|
| ID | External ID used to identify the item. |
| Bounds | Bounding box of the item. |