EDebugConsoleStyle::Type

Style of the debug console

Unreal Engine C++ API Reference > Developer > OutputLog

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library