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 ReinsertPoint
(
int32 PointID,
const FVector3d & NewPosition
)
Remarks
Update the position of an Point in the octree. This is more efficient than doing a remove+insert
Parameters
| Name | Description |
|---|---|
| PointID | ID of the Point |
| NewBounds | enw bounding box of the Point |