ITextInputMethodSystem::ActivateContext

Activates the provided context.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h

Include

#include "GenericPlatform/ITextInputMethodSystem.h"

Syntax

void ActivateContext
(
    const TSharedRef< ITextInputMethodContext > & Context
)

Remarks

Activates the provided context. Editable text should call this method when keyboard focus is received.

Parameters

Parameter

Description

Context

The context to be activated.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss