EVirtualKeyboardTrigger

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h

Include

#include "Widgets/Text/ISlateEditableTextWidget.h"

Syntax

enum EVirtualKeyboardTrigger
{
    OnFocusByPointer,
    OnAllFocusEvents,
}

Values

Name

Description

OnFocusByPointer

Display the virtual keyboard when the widget gains keyboard focus by a pointer action.

OnAllFocusEvents

Display the virtual keyboard when the widget gains keyboard focus by any means.

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