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)

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOctree3.h

Include

#include "DynamicMesh/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