ESimplifyTargetType

Windows
MacOS
Linux

References

Module

ModelingOperatorsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/CleaningOps/SimplifyMeshOp.h

Include

#include "CleaningOps/SimplifyMeshOp.h"

Syntax

enum ESimplifyTargetType
{
    Percentage       = 0,
    TriangleCount    = 1,
    EdgeLength       = 2,
}

Values

Name

Description

Percentage

Percentage of input triangles

TriangleCount

Target triangle count

EdgeLength

Target edge length

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