Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
Include | #include "Interfaces/ITargetDevice.h" |
Syntax
enum ETargetDeviceFeatures
&123;
MultiLaunch,
PowerOff,
PowerOn,
ProcessSnapshot,
Reboot,
&125;
Values
Name | Description |
---|---|
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. |
Remarks
Enumerates features that may be supported by target devices.