Navigation
API > API/Developer > API/Developer/OutputLog
Result of creating a console input box widget.
| Name | FConsoleInputBoxCreationResult |
| Type | struct |
| Header File | /Engine/Source/Developer/OutputLog/Public/ConsoleInputBoxParameters.h |
| Include Path | #include "ConsoleInputBoxParameters.h" |
Syntax
struct FConsoleInputBoxCreationResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConsoleInputBox | TSharedPtr< SWidget > | Root widget representing the console input box. | ConsoleInputBoxParameters.h | |
| ExposedEditableTextBox | TSharedPtr< SMultiLineEditableTextBox > | Exposed editable text box used for command input. | ConsoleInputBoxParameters.h |