EMeshFeatureImportance::Type

The importance of a mesh feature when automatically generating mesh LODs.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/MeshMerging.h

Include

#include "Engine/MeshMerging.h"

Syntax

namespace EMeshFeatureImportance
{
    enum Type
    {
        Off,
        Lowest,
        Low,
        Normal,
        High,
        Highest,
    }
}

Values

Name

Description

Off

Lowest

Low

Normal

High

Highest

Remarks

The importance of a mesh feature when automatically generating mesh LODs.

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