Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/THierarchicalHashGrid2D > API/Runtime/AIModule/THierarchicalHashGrid2D/Move
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include | #include "HierarchicalHashGrid2D.h" |
FCellLocation Move
&40;
const ItemIDType ID,
const FCellLocation & OldLocation,
const FBox & NewBounds
&41;
Remarks
Moves item based on previous bounding box and new bounding box. The cell location where the item was added to.
Parameters
| Name | Description |
|---|---|
| ID | External ID used to identify the item. |
| OldLocation | The same cell location the item was previously added or moved with. |
| NewBounds | New bounds of the item |