FDynamicMeshEditor::RemoveSmallComponents

Remove any connected components with volume or area below the given thresholds

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMeshEditor.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/DynamicMeshEditor.cpp

Syntax

int RemoveSmallComponents
(
    double MinVolume,
    double MinArea,
    int MinTriangleCount
)

Remarks

Remove any connected components with volume or area below the given thresholds

Returns

number of components removed

Parameters

Parameter

Description

MinVolume

Remove components with less volume than this

MinArea

Remove components with less area than this

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