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