Navigation
API > API/Developer > API/Developer/OutputLog
Parameters used to create a console input box widget
| Name | FConsoleInputBoxCreationParams |
| Type | struct |
| Header File | /Engine/Source/Developer/OutputLog/Public/ConsoleInputBoxParameters.h |
| Include Path | #include "ConsoleInputBoxParameters.h" |
Syntax
struct FConsoleInputBoxCreationParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnCloseConsole | FSimpleDelegate | Called when the console requests to be closed. | ConsoleInputBoxParameters.h | |
| OnConsoleCommandExecuted | FSimpleDelegate | Called after a console command has been executed. | ConsoleInputBoxParameters.h | |
| OnHistoryOverride | FHistoryOverrideDelegate | Called to provide custom command history for a specific executor. | ConsoleInputBoxParameters.h | |
| OnInterceptConsoleCommand | FInterceptConsoleCommandDelegate | Called to intercept console commands before execution. | ConsoleInputBoxParameters.h |