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