Navigation
API > API/Developer > API/Developer/TargetDeviceServices
Miscellaneous messages Implements a message for powering on a target device.
| Name | FTargetDeviceServicePowerOff |
| Type | struct |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h |
| Include Path | #include "TargetDeviceServiceMessages.h" |
Syntax
USTRUCT ()
struct FTargetDeviceServicePowerOff
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | TargetDeviceServiceMessages.h | ||
FTargetDeviceServicePowerOff
(
const FString& InOperator, |
Creates and initializes a new instance. | TargetDeviceServiceMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Force | bool | Holds a flag indicating whether the power-off should be enforced. | TargetDeviceServiceMessages.h |
|
| Operator | FString | Holds the name of the user that wishes to power off the device. | TargetDeviceServiceMessages.h |
|