Navigation
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
&123;
Compact,
WithLog,
&125;
}
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