ESmoothMeshToolSmoothType

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/SmoothMeshTool.h

Include

#include "SmoothMeshTool.h"

Syntax

enum ESmoothMeshToolSmoothType
{
    Iterative,
    Implicit,
    Diffusion,
}

Values

Name

Description

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

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