Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMeshOctree3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOctree3.h |
| Include | #include "DynamicMesh/DynamicMeshOctree3.h" |
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
| Name | Description |
|---|---|
| CutSet | the tree cut set to check/update |
| NewCutCellsOut | list of new cut cells added by the update |