ETargetDeviceFeatures

Enumerates features that may be supported by target devices.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss