EGraphicsPreset::Type

Enum specifying a graphics preset preference

Windows
MacOS
Linux

References

Module

HardwareTargeting

Header

/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingSettings.h

Include

#include "HardwareTargetingSettings.h"

Syntax

namespace EGraphicsPreset
{
    enum Type
    {
        Unspecified,
        Maximum,
        Scalable,
    }
}

Values

Name

Description

Unspecified

Unspecified, meaning no choice has been made yet

Maximum

Maximum quality - High-end features default to enabled

Scalable

Scalable quality - Some features are disabled by default but can be enabled based on the actual hardware

Remarks

Enum specifying a graphics preset preference

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