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" |
void QuerySmall
&40;
const FBox & Bounds,
TArray< ItemIDType > & OutResults
&41; const
Remarks
Returns items that potentially touch the bounds. Operates on grid level, can have false positives. This can be faster than Query() for small query box sizes (i.e. max dimension CellSize*4) due to simpler logic.
Parameters
| Name | Description |
|---|---|
| Bounds | Query bounding box. |
| OutResults | Result of the query, IDs of potentially overlapping items. |