Choose your operating system:
Windows
macOS
Linux
| SLeafWidget | ||
| IVirtualKeyboardEntry
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualKeyboardEntry.h |
Include |
#include "Widgets/Input/SVirtualKeyboardEntry.h" |
class SVirtualKeyboardEntry :
public SLeafWidget,
public IVirtualKeyboardEntry
Name | Description | |
---|---|---|
|
SVirtualKeyboardEntry() |
Constructor |
Name | Description | ||
---|---|---|---|
|
Construct ( |
Construct this widget |
|
|
GetIsReadOnly() |
||
|
HasTextChangedFromOriginal() |
||
|
RestoreOriginalText() |
Restores the text to the original state |
|
|
SetFont ( |
Sets the font used to draw the text |
|
|
SetText ( |
Sets the text currently being edited |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Computes the desired size of this widget (SWidget) |
|
|
OnFocusLost ( |
Called when this widget loses the keyboard focus. This event does not bubble. |
|
|
OnFocusReceived ( |
KEY INPUT Called when focus is given to this widget. This event does not bubble. |
|
|
OnPaint ( |
Overwritten from SWidget. |
|
|
SupportsKeyboardFocus() |
Checks to see if this widget supports keyboard focus. Override this in derived classes. |
|
|
Tick ( |
Ticks this widget. Override in derived classes, but always call the parent implementation. |
Name | Description | ||
---|---|---|---|
|
GetHintText() |
Returns the hint text. |
|
|
GetSelection ( |
||
|
GetText() |
Returns the text. |
|
|
FVirtualKeyb... |
GetVirtualKeyboardOptions() |
|
|
EKeyboardTyp... |
GetVirtualKeyboardType() |
Returns the virtual keyboard type. |
|
IsMultilineEntry() |
Returns whether the entry is multi-line |
|
|
SetSelectionFromVirtualKeyboard ( |
||
|
SetTextFromVirtualKeyboard ( |
Sets the text to that entered by the virtual keyboard |
Name |
Description |
|
---|---|---|
|
FArguments |