EHardwareClass::Type

Enum specifying a class of hardware

Windows
MacOS
Linux

References

Module

HardwareTargeting

Header

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

Include

#include "HardwareTargetingSettings.h"

Syntax

namespace EHardwareClass
{
    enum Type
    {
        Unspecified,
        Desktop,
        Mobile,
    }
}

Values

Name

Description

Unspecified

Unspecified, meaning no choice has been made yet

Desktop

Desktop or console

Mobile

Mobile or tablet

Remarks

Enum specifying a class of hardware

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