Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshEditor
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMeshEditor.h |
| Include | #include "DynamicMeshEditor.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMeshEditor.cpp |
int RemoveSmallComponents
(
double MinVolume,
double MinArea,
int MinTriangleCount
)
Remarks
Remove any connected components with volume or area below the given thresholds number of components removed
Parameters
| Name | Description |
|---|---|
| MinVolume | Remove components with less volume than this |
| MinArea | Remove components with less area than this |