Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/ITextInputMethodSystem
Description
Unregisters an implemented context interface object with the system. Editable text should call this method before destroying an implemented context interface object.
| Name | UnregisterContext |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
| Include Path | #include "GenericPlatform/ITextInputMethodSystem.h" |
void UnregisterContext
(
const TSharedRef < ITextInputMethodContext > & Context
)
Parameters
| Name | Remarks |
|---|---|
| Context | The implemented context interface object to be unregistered. |