Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/FSparseDynamicOctree3
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 ParallelRangeQuery
&40;
const FAxisAlignedBox3d & Bounds,
TArray< int > & ObjectIDsOut
&41; const
Remarks
Collect ObjectIDs from all the cells with bounding boxes that intersect Bounds. Current implementation creates a separate TArray for each thread.
Parameters
| Name | Description |
|---|---|
| Bounds | query box |
| ObjectIDsOut | collected ObjectIDs are stored here |