FTargetDeviceServicePowerOff

Miscellaneous messages Implements a message for powering on a target device.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

/Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServicePowerOff

Remarks

Miscellaneous messages Implements a message for powering on a target device.

Variables

Name Description

Public variable

bool

 

Force

Holds a flag indicating whether the power-off should be enforced.

Public variable

FString

 

Operator

Holds the name of the user that wishes to power off the device.

Constructors

Name Description

Public function

FTargetDeviceServicePowerOff()

Default constructor.

Public function

FTargetDeviceServicePowerOff

(
    const FString& InOperator,
    bool InForce
)

Creates and initializes a new instance.

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