ETargetDeviceFeatures

Enumerates features that may be supported by target devices.

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h
Include #include "Interfaces/ITargetDevice.h"

Syntax

enum ETargetDeviceFeatures  
{  
    MultiLaunch,  
    PowerOff,  
    PowerOn,  
    ProcessSnapshot,  
    Reboot,  
}  

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library