Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/THierarchicalHashGrid2D
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Remove
(
const ItemIDType ID, |
Removes item based on the bounding box it was added with. | HierarchicalHashGrid2D.h | |
void Remove
(
const ItemIDType ID, |
Removes item based on the cell location it was added with. | HierarchicalHashGrid2D.h |
Remove(const ItemIDType, const FBox &)
Description
Removes item based on the bounding box it was added with.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include Path | #include "HierarchicalHashGrid2D.h" |
void Remove
(
const ItemIDType ID,
const FBox & OldBounds
)
Parameters
| Name | Remarks |
|---|---|
| ID | External ID used to identify the item. |
| OldBounds | The same bounding box the item was previously added or moved with. |
Remove(const ItemIDType, const FCellLocation &)
Description
Removes item based on the cell location it was added with.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/HierarchicalHashGrid2D.h |
| Include Path | #include "HierarchicalHashGrid2D.h" |
void Remove
(
const ItemIDType ID,
const FCellLocation & OldLocation
)
Parameters
| Name | Remarks |
|---|---|
| ID | External ID used to identify the item. |
| OldLocation | The same cell location the item was previously added or moved with. |