FSlateApplication::ShowVirtualKeyboard

Shows or hides an onscreen keyboard

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h

Include

#include "Framework/Application/SlateApplication.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp

Syntax

void ShowVirtualKeyboard
(
    bool bShow,
    int32 UserIndex,
    TSharedPtr< IVirtualKeyboardEntry > TextEntryWidget
)

Remarks

Shows or hides an onscreen keyboard

Parameters

Parameter

Description

bShow

true to show the keyboard, false to hide it

TextEntryWidget

The widget that will receive the input from the virtual keyboard

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss