FTargetDeviceServicePowerOff

Miscellaneous messages Implements a message for powering on a target device.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library