ETextEntryType

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/IVirtualKeyboardEntry.h

Include

#include "Widgets/Input/IVirtualKeyboardEntry.h"

Syntax

enum ETextEntryType
{
    TextEntryCanceled,
    TextEntryAccepted,
    TextEntryUpdated,
}

Values

Name

Description

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.

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