Navigation
API > API/Developer > API/Developer/TargetDeviceServices
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
| Type | Name | Description | |
|---|---|---|---|
| bool | Force | Holds a flag indicating whether the power-off should be enforced. | |
| FString | Operator | Holds the name of the user that wishes to power off the device. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FTargetDeviceServicePowerOff
(
const FString& InOperator, |
Creates and initializes a new instance. |