ESimplifyType

Windows
MacOS
Linux

References

Module

ModelingOperatorsEditorOnly

Header

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

Include

#include "CleaningOps/SimplifyMeshOp.h"

Syntax

enum ESimplifyType
{
    QEM            = 0,
    Attribute      = 1,
    UE4Standard    = 2,
}

Values

Name

Description

QEM

  1. Standard quadric error metric. Will not simplify UV boundaries.

Attribute

Potentially higher quality. Takes the normal into account. Will not simplify UV bounaries.

UE4Standard

Highest quality reduction. Will simplify UV boundaries.

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