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 InsertPoint_DynamicExpand
&40;
int32 PointID,
TFunctionRef< FVector3d(int)> GetPositionFunc
&41;
Remarks
Insert PointID into the Octree. Dynamically expands cells that have more than MaxPointsPerCell
Parameters
| Name | Description |
|---|---|
| PointID | ID of the Point to insert |
| GetPositionFunc | function that returns position of point (Required to reinsert points on expand) |