Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | ESmoothMeshToolSmoothType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/SmoothMeshTool.h |
| Include Path | #include "SmoothMeshTool.h" |
Syntax
enum ESmoothMeshToolSmoothType
{
Iterative,
Implicit,
Diffusion,
}
Values
| Name | Remarks |
|---|---|
| Iterative | Iterative smoothing with N iterations |
| Implicit | Implicit smoothing, produces smoother output and does a better job at preserving UVs, but can be very slow on large meshes |
| Diffusion | Iterative implicit-diffusion smoothing with N iterations |