Navigation
API > API/Developer > API/Developer/OutputLog > API/Developer/OutputLog/FOutputLogModule
Description
Generates a console input box widget. Remember, this widget will become invalid if the output log DLL is unloaded on the fly.
| Name | MakeConsoleInputBox |
| Type | function |
| Header File | /Engine/Source/Developer/OutputLog/Public/OutputLogModule.h |
| Include Path | #include "OutputLogModule.h" |
| Source | /Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp |
virtual TSharedRef< SWidget > MakeConsoleInputBox
(
TSharedPtr< SMultiLineEditableTextBox > & OutExposedEditableTextBox,
const FSimpleDelegate & OnCloseConsole,
const FSimpleDelegate & OnConsoleCommandExecuted
) const