Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/ITextInputMethodSystem
Description
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.
| Name | RegisterContext |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
| Include Path | #include "GenericPlatform/ITextInputMethodSystem.h" |
TSharedPtr < ITextInputMethodChangeNotifier > RegisterContext
(
const TSharedRef < ITextInputMethodContext > & Context
)
An implemented notifier interface object
Parameters
| Name | Remarks |
|---|---|
| Context | The implemented context interface object to be registered. |