Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/ITextInputMethodSystem
References
| Module | ApplicationCore |
| Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
| Include | #include "GenericPlatform/ITextInputMethodSystem.h" |
TSharedPtr< ITextInputMethodChangeNotifier > RegisterContext
&40;
const TSharedRef< ITextInputMethodContext > & Context
&41;
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. An implemented notifier interface object
Parameters
| Name | Description |
|---|---|
| Context | The implemented context interface object to be registered. |