Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input
Inheritance Hierarchy
- IVirtualKeyboardEntry
- FSlateEditableTextLayout::FVirtualKeyboardEntry
- SVirtualKeyboardEntry
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/IVirtualKeyboardEntry.h |
| Include | #include "Widgets/Input/IVirtualKeyboardEntry.h" |
Syntax
class IVirtualKeyboardEntry
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnSelectionChangedDelegateVK | OnSelectionChanged |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetHintText () |
Returns the hint text. | |
| bool | GetSelection
(
int& OutSelStart, |
||
| FText | GetText () |
Returns the text. | |
| FVirtualKeyboardOptions | |||
| EKeyboardType | Returns the virtual keyboard type. | ||
| bool | Returns whether the entry is multi-line | ||
| void | SetSelectionFromVirtualKeyboard
(
int InSelStart, |
||
| void | SetTextFromVirtualKeyboard
(
const FText& InNewText, |
Sets the text to that entered by the virtual keyboard |