FSparseDynamicPointOctree3::InsertPoint

Insert PointID into the Octree at maximum depth.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/SparseDynamicPointOctree3.h

Include

#include "Spatial/SparseDynamicPointOctree3.h"

Syntax

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

Parameter

Description

PointID

ID of the Point to insert

Position

position of the Point

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss