Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform > ITextInputMethodSystem
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
Include | #include "GenericPlatform/ITextInputMethodSystem.h" |
void DeactivateContext
&40;
const TSharedRef< ITextInputMethodContext > & Context
&41;
Remarks
Deactivates the provided context. Editable text should call this method when keyboard focus is lost.
Parameters
Name | Description |
---|---|
Context | The context to be activated. |