Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/STextEntryPopup
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- STextEntryPopup::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h |
| Include | #include "Widgets/Input/STextEntryPopup.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STextEntryPopup >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AutoFocus
(
bool InArg |
When set, this widget will automatically attempt to set focus to itself when it is created, or when its owner window is activated | |
| WidgetArgsType & | ClearKeyboardFocusOnCommit
(
const TAttribute< bool >& InAttribute |
Whether to clear keyboard focus when pressing enter to commit changes | |
| WidgetArgsType & | DefaultText
(
FText InArg |
Test to place into text entry box before anything is typed | |
| WidgetArgsType & | ErrorReporting
(
TSharedPtr< class IErrorReportingWidget > InArg |
Provide a alternative mechanism for error reporting. | |
| WidgetArgsType & | HintText
(
const TAttribute< FText >& InAttribute |
Hint text that appears when there is no text in the text box | |
| WidgetArgsType & | Label, placed before text entry box | ||
| WidgetArgsType & | MaxWidth
(
const TAttribute< float >& InAttribute |
The maximum width for text entry | |
| WidgetArgsType & | OnTextChanged
(
const FOnTextChanged& InDelegate |
Called whenever the text is changed programmatically or interactively by the user | |
| WidgetArgsType & | OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Called when the text is committed. | |
| WidgetArgsType & | OnVerifyTextChanged
(
const FOnVerifyTextChanged& InDelegate |
Called whenever the text is changed programmatically or interactively by the user | |
| WidgetArgsType & | SelectAllTextWhenFocused
(
bool InArg |
Whether to select all text when the user clicks to give focus on the widget |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |