UEngine::EnableScreenSaver

Enables or disables the ScreenSaver (PC only)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

void EnableScreenSaver
(
    bool bEnable
)

Remarks

Enables or disables the ScreenSaver (PC only)

Enables or disables the ScreenSaver (desktop only)

Parameters

Parameter

Description

bEnable

If true the enable the screen saver, if false disable it.

bEnable

If true the enable the screen saver, if false disable it.

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