Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/ITextInputMethodSystem
Description
Deactivates the provided context. Editable text should call this method when keyboard focus is lost.
| Name | DeactivateContext |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
| Include Path | #include "GenericPlatform/ITextInputMethodSystem.h" |
void DeactivateContext
(
const TSharedRef < ITextInputMethodContext > & Context
)
Parameters
| Name | Remarks |
|---|---|
| Context | The context to be activated. |