UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IVirtualKeyboardEntry.h File Reference
#include "CoreMinimal.h"
#include "Types/SlateEnums.h"
#include "IVirtualKeyboardEntry.generated.h"

Go to the source code of this file.

Classes

struct  FVirtualKeyboardOptions
 
class  IVirtualKeyboardEntry
 

Enumerations

enum  EKeyboardType {
  Keyboard_Default , Keyboard_Number , Keyboard_Web , Keyboard_Email ,
  Keyboard_Password , Keyboard_AlphaNumeric
}
 
enum class  ETextEntryType : uint8 { TextEntryCanceled , TextEntryAccepted , TextEntryUpdated }
 

Functions

 DECLARE_DELEGATE (FOnSelectionChangedDelegateVK)
 

Enumeration Type Documentation

◆ EKeyboardType

Enumerator
Keyboard_Default 
Keyboard_Number 
Keyboard_Web 
Keyboard_Email 
Keyboard_Password 
Keyboard_AlphaNumeric 

◆ ETextEntryType

enum class ETextEntryType : uint8
strong
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.

Function Documentation

◆ DECLARE_DELEGATE()

DECLARE_DELEGATE ( FOnSelectionChangedDelegateVK  )