ITargetDevice::PowerOff

Powers off the device.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h

Include

#include "Interfaces/ITargetDevice.h"

Syntax

bool PowerOff
(
    bool Force
)

Remarks

Powers off the device.

Returns

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

Parameters

Parameter

Description

Force

Whether to force powering off.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss