Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOctree3.h |
Include |
#include "DynamicMesh/DynamicMeshOctree3.h" |
void UpdateLevelCutSet
(
FTreeCutSet & CutSet,
TArray< FCellReference > & NewCutCellsOut
) const
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)
Parameter |
Description |
---|---|
CutSet |
the tree cut set to check/update |
NewCutCellsOut |
list of new cut cells added by the update |