Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/FSparseDynamicOctree3 > API/Runtime/GeometryCore/Spatial/FSparseDynamicOctree3/RangeQuery
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SparseDynamicOctree3.h |
| Include | #include "Spatial/SparseDynamicOctree3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Spatial/SparseDynamicOctree3.cpp |
void RangeQuery
(
const FAxisAlignedBox3d & Bounds,
TFunctionRef < void> ObjectIDFunc
) const
Remarks
Process ObjectIDs from all the cells with bounding boxes that intersect Bounds
Parameters
| Name | Description |
|---|---|
| Bounds | query box |
| ObjectIDFunc | this function is called for each ObjectID |