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