ITargetDevice::PowerOff

Powers off the device.

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
(
    bool Force
)

Remarks

Powers off the device. true if the device will be powered off, false otherwise.

Parameters

Name Description
Force Whether to force powering off.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library