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