IVirtualKeyboardEntry::SetTextFromVirtualKeyboard

Sets the text to that entered by the virtual keyboard

Windows
MacOS
Linux

Override Hierarchy

IVirtualKeyboardEntry::SetTextFromVirtualKeyboard()

SVirtualKeyboardEntry::SetTextFromVirtualKeyboard()

References

Module

Slate

Header

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

Include

#include "Widgets/Input/IVirtualKeyboardEntry.h"

Syntax

void SetTextFromVirtualKeyboard
(
    const FText & InNewText,
    ETextEntryType TextEntryType
)

Remarks

Sets the text to that entered by the virtual keyboard

Parameters

Parameter

Description

InNewText

The new text

TextEntryType

What type of text update is being provided

CommitType

If we are sending a TextCommitted event, what commit type is it

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