Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetDevice
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
Include | #include "Interfaces/ITargetDevice.h" |
bool PowerOff
&40;
bool Force
&41;
Remarks
Powers off the device. true if the device will be powered off, false otherwise.
Parameters
Name | Description |
---|---|
Force | Whether to force powering off. |