FSparseDynamicPointOctree3::InsertPoint_DynamicExpand

Insert PointID into the Octree. Dynamically expands cells that have more than MaxPointsPerCell

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_DynamicExpand
(
    int32 PointID,
    TFunctionRef< FVector3d> GetPositionFunc
)

Remarks

Insert PointID into the Octree. Dynamically expands cells that have more than MaxPointsPerCell

Parameters

Parameter

Description

PointID

ID of the Point to insert

GetPositionFunc

function that returns position of point (Required to reinsert points on expand)

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