Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/FSparseDynamicPointOctree3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SparseDynamicPointOctree3.h |
| Include | #include "Spatial/SparseDynamicPointOctree3.h" |
void ConfigureFromPointCountEstimate
(
double MaxBoundsDimension,
int CountEstimate
)
Remarks
Do a rough ballpark configuration of the RootDimension, MaxTreeDepth, and MaxPointsPerCell tree config values, given a bounding-box dimension and estimate of the total number of points that will be inserted. This is primarily intended to be used with ParallelInsertDensePointSet()