Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
FTargetDeviceServicePowerOff () | Default constructor. | |
FTargetDeviceServicePowerOff ( const FString& InOperator, bool InForce ) | Creates and initializes a new instance. |