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