FOutputLogModule::MakeConsoleInputBox

Generates a console input box widget.

Windows
MacOS
Linux

References

Module

OutputLog

Header

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

Include

#include "OutputLogModule.h"

Source

/Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp

Syntax

virtual TSharedRef< SWidget > MakeConsoleInputBox
(
    TSharedPtr< SMultiLineEditableTextBox > & OutExposedEditableTextBox
) const

Remarks

Generates a console input box widget. Remember, this widget will become invalid if the output log DLL is unloaded on the fly.

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