Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/THierarchicalHashGrid2D > API/Runtime/AIModule/THierarchicalHashGrid2D/Remove
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include | #include "HierarchicalHashGrid2D.h" |
void Remove
&40;
const ItemIDType ID,
const FCellLocation & OldLocation
&41;
Remarks
Removes item based on the cell location it was added with.
Parameters
| Name | Description |
|---|---|
| ID | External ID used to identify the item. |
| OldLocation | The same cell location the item was previously added or moved with. |