EMaterialQualityLevel::Type

Quality levels that a material can be compiled for.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneTypes.h

Include

#include "SceneTypes.h"

Syntax

namespace EMaterialQualityLevel
{
    enum Type
    {
        Low,
        High,
        Medium,
        Epic,
        Num,
    }
}

Values

Name

Description

Low

High

Medium

Epic

Num

Remarks

Quality levels that a material can be compiled for.

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