Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/FTargetDeviceServicePowerOff
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | TargetDeviceServiceMessages.h | ||
FTargetDeviceServicePowerOff
(
const FString& InOperator, |
Creates and initializes a new instance. | TargetDeviceServiceMessages.h |
FTargetDeviceServicePowerOff()
Description
Default constructor.
| Name | FTargetDeviceServicePowerOff |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h |
| Include Path | #include "TargetDeviceServiceMessages.h" |
FTargetDeviceServicePowerOff()
FTargetDeviceServicePowerOff(const FString &, bool)
Description
Creates and initializes a new instance.
| Name | FTargetDeviceServicePowerOff |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h |
| Include Path | #include "TargetDeviceServiceMessages.h" |
FTargetDeviceServicePowerOff
(
const FString & InOperator,
bool InForce
)