EDebugConsoleStyle::Type

Style of the debug console

Windows
MacOS
Linux

References

Module

OutputLog

Header

/Engine/Source/Developer/OutputLog/Public/OutputLogModule.h

Include

#include "OutputLogModule.h"

Syntax

namespace EDebugConsoleStyle
{
    enum Type
    {
        Compact,
        WithLog,
    }
}

Values

Name

Description

Compact

Shows the debug console input line with tab completion only

WithLog

Shows a scrollable log window with the input line on the bottom

Remarks

Style of the debug console

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