#include "CoreMinimal.h"
#include "Types/SlateEnums.h"
#include "IVirtualKeyboardEntry.generated.h"
Go to the source code of this file.
◆ EKeyboardType
| Enumerator |
|---|
| Keyboard_Default | |
| Keyboard_Number | |
| Keyboard_Web | |
| Keyboard_Email | |
| Keyboard_Password | |
| Keyboard_AlphaNumeric | |
◆ ETextEntryType
| Enumerator |
|---|
| TextEntryCanceled | The keyboard entry was canceled, some valid text may still be available.
|
| TextEntryAccepted | The keyboard entry was accepted, full text is available.
|
| TextEntryUpdated | They keyboard is providing a periodic update of the text entered so far.
|
◆ DECLARE_DELEGATE()