ITextInputMethodSystem::RegisterContext

Registers an implemented context interface object with the system to receive callbacks and provides an implemented notifier interface object.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h

Include

#include "GenericPlatform/ITextInputMethodSystem.h"

Syntax

TSharedPtr< ITextInputMethodChangeNotifier > RegisterContext
(
    const TSharedRef< ITextInputMethodContext > & Context
)

Remarks

Registers an implemented context interface object with the system to receive callbacks and provides an implemented notifier interface object. Editable text should call this method after constructing an implemented context interface object.

Returns

An implemented notifier interface object

Parameters

Parameter

Description

Context

The implemented context interface object to be registered.

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