Navigation
API > API/Developer > API/Developer/TargetPlatform
Enumerates features that may be supported by target devices.
| Name | ETargetDeviceFeatures |
| Type | enum |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include Path | #include "Interfaces/ITargetDevice.h" |
Syntax
enum ETargetDeviceFeatures
{
MultiLaunch,
PowerOff,
PowerOn,
ProcessSnapshot,
Reboot,
}
Values
| Name | Remarks |
|---|---|
| MultiLaunch | Multiple instances of a game can run at the same time. |
| PowerOff | The device can be powered off remotely. |
| PowerOn | The device can be powered on remotely. |
| ProcessSnapshot | Snapshot of processes running on the device. |
| Reboot | The device can be rebooted remotely. |