Navigation
API > API/Editor > API/Editor/HardwareTargeting
Enum specifying a class of hardware
| Name | EHardwareClass |
| Type | enum |
| Header File | /Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingSettings.h |
| Include Path | #include "HardwareTargetingSettings.h" |
Syntax
enum EHardwareClass
{
UMETA =(Hidden),
Desktop,
Mobile,
}
Values
| Name | Remarks |
|---|---|
| UMETA | Unspecified, meaning no choice has been made yet |
| Desktop | Desktop or console |
| Mobile | Mobile or tablet |