Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditor > API/Plugins/ConsoleVariablesEditor/Views > API/Plugins/ConsoleVariablesEditor/Views/Widgets > API/Plugins/ConsoleVariablesEditor/Views/Widgets/SConsoleVariable-
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SConsoleVariablesEditorCustomConsoleInputBox::FArguments
References
| Module | ConsoleVariablesEditor |
| Header | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Public/Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h |
| Include | #include "Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SConsoleVariablesEditorCustomConsoleInputBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ClearOnCommit
(
bool InArg |
If true, clear the input box when text is committed. | |
| WidgetArgsType & | Font
(
FSlateFontInfo InArg |
Font override for the input box. | |
| WidgetArgsType & | HideOnFocusLost
(
bool InArg |
If true, hide the input box when focus is lost. | |
| WidgetArgsType & | Hint text override for the input box. | ||
| WidgetArgsType & | IsEnabled
(
const TAttribute< bool >& InAttribute |
The enable state of the input box. | |
| WidgetArgsType & | OnTextChanged
(
const FOnTextChanged& InDelegate |
Called when text in the input box has changed. | |
| WidgetArgsType & | OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Called when text in the input box is committed. | |
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
The text to show in the input box. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |