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
(
int32 PointID,
const FVector3d & Position
)
Remarks
Insert PointID into the Octree at maximum depth. Currently only expands at most one depth-level per insertion. This is sub-optimal.
Parameters
| Name | Description |
|---|---|
| PointID | ID of the Point to insert |
| Position | position of the Point |