Navigation
API > API/Developer > API/Developer/TargetPlatform
Enumerates target device types.
| Name | ETargetDeviceTypes |
| Type | enum |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include Path | #include "Interfaces/ITargetDevice.h" |
Syntax
enum ETargetDeviceTypes
{
Indeterminate,
Browser,
Console,
Desktop,
Phone,
Tablet,
HMD,
}
Values
| Name | Remarks |
|---|---|
| Indeterminate | Indeterminate device type. |
| Browser | The device is a web browser (i.e. Flash). |
| Console | The device is a game console. |
| Desktop | The device is a desktop computer. |
| Phone | The device is a smart phone. |
| Tablet | The device is a tablet computer. |
| HMD | The device is a standalone HMD |