Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SVirtualKeyboardEntry
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SVirtualKeyboardEntry::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualKeyboardEntry.h |
| Include | #include "Widgets/Input/SVirtualKeyboardEntry.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SVirtualKeyboardEntry >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ClearKeyboardFocusOnCommit
(
const TAttribute< bool >& InAttribute |
Whether to clear keyboard focus when pressing enter to commit changes | |
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity | |
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the text | |
| WidgetArgsType & | HintText
(
const TAttribute< FText >& InAttribute |
The text that appears when there is nothing typed into the search box | |
| WidgetArgsType & | IsReadOnly
(
const TAttribute< bool >& InAttribute |
Sets whether this text box can actually be modified interactively by the user | |
| WidgetArgsType & | KeyboardType
(
const TAttribute< EKeyboardType >& InAttribute |
Sets the text content for this editable text widget | |
| WidgetArgsType & | MinDesiredWidth
(
const TAttribute< float >& InAttribute |
Minimum width that a text block should be | |
| WidgetArgsType & | OnTextChanged
(
const FOnTextChanged& InDelegate |
Called whenever the text is changed programmatically or interactively by the user | |
| WidgetArgsType & | OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Called whenever the text is committed. | |
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
Sets the text content for this editable text widget | |
| WidgetArgsType & | Sets additional arguments to be used by the virtual keyboard summoned by this widget |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |