EOptimizationType

Enum specifying the reduction type to use when simplifying static meshes.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h

Include

#include "Engine/StaticMesh.h"

Syntax

enum EOptimizationType
{
    OT_NumOfTriangles,
    OT_MaxDeviation,
    OT_MAX,
}

Values

Name

Description

OT_NumOfTriangles

OT_MaxDeviation

OT_MAX

Remarks

Enum specifying the reduction type to use when simplifying static meshes.

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