FOutputDeviceRedirector::EnableBacklog

Enables or disables the backlog.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceRedirector.h

Include

#include "Misc/OutputDeviceRedirector.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/OutputDeviceRedirector.cpp

Syntax

virtual void EnableBacklog
(
    bool bEnable
)

Remarks

Enables or disables the backlog.

Parameters

Parameter

Description

bEnable

Starts saving a backlog if true, disables and discards any backlog if false

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