ITextInputMethodSystem::UnregisterContext

Unregisters an implemented context interface object with the system.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/ITextInputMethodSystem.h"

Syntax

void UnregisterContext
(
    const TSharedRef< ITextInputMethodContext > & Context
)

Remarks

Unregisters an implemented context interface object with the system. Editable text should call this method before destroying an implemented context interface object.

Parameters

Parameter

Description

Context

The implemented context interface object to be unregistered.

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