ITextInputMethodSystem::DeactivateContext

Deactivates 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 DeactivateContext
(
    const TSharedRef< ITextInputMethodContext > & Context
)

Remarks

Deactivates the provided context. Editable text should call this method when keyboard focus is lost.

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