Navigation
API > API/Developer > API/Developer/OutputLog
Style of the debug console
| Name | EDebugConsoleStyle::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/OutputLog/Public/OutputLogModule.h |
| Include Path | #include "OutputLogModule.h" |
Syntax
namespace EDebugConsoleStyle
{
enum Type
{
Compact,
WithLog,
}
}
Values
| Name | Remarks |
|---|---|
| Compact | Shows the debug console input line with tab completion only |
| WithLog | Shows a scrollable log window with the input line on the bottom |