Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FSparseDynamicPointOctree3
Description
Remove a Point from the octree. This function must only be called with PointIDs that are certain to be in the tree.
| Name | RemovePointUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SparseDynamicPointOctree3.h |
| Include Path | #include "Spatial/SparseDynamicPointOctree3.h" |
void RemovePointUnsafe
(
int32 PointID
)
Parameters
| Name | Remarks |
|---|---|
| PointID | ID of the Point. |