FDynamicMeshOctree3::UpdateLevelCutSet

For a fixed-level cut set created by BuildLevelCutSet, check that all current cells at that level are in the cut set (call this after adding/removing to the tree to make sure the CutSet is up to date)

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMeshOctree3.h

Include

#include "DynamicMeshOctree3.h"

Syntax

void UpdateLevelCutSet
(
    FTreeCutSet & CutSet,
    TArray< FCellReference > & NewCutCellsOut
) const

Remarks

For a fixed-level cut set created by BuildLevelCutSet, check that all current cells at that level are in the cut set (call this after adding/removing to the tree to make sure the CutSet is up to date)

Parameters

Parameter

Description

CutSet

the tree cut set to check/update

NewCutCellsOut

list of new cut cells added by the update

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