EVirtualKeyboardDismissAction

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Text/ISlateEditableTextWidget.h"

Syntax

enum EVirtualKeyboardDismissAction
{
    TextChangeOnDismiss,
    TextCommitOnAccept,
    TextCommitOnDismiss,
}

Values

Name

Description

TextChangeOnDismiss

Sends a text changed message when the virtual keyboard is dismissed by the user.

TextCommitOnAccept

Send a text commit message if the user dismisses the keyboard by accepting text.

TextCommitOnDismiss

Send a text commit message when the virtual keyboard is dismissed by the user.

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