ITextInputMethodSystem::IsActiveContext

Test to see whether the provided context is the currently active context

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/ITextInputMethodSystem.h"

Syntax

bool IsActiveContext
(
    const TSharedRef< ITextInputMethodContext > & Context
) const

Remarks

Test to see whether the provided context is the currently active context

Returns

True if the context is active, false otherwise

Parameters

Parameter

Description

Context

The context to be checked.

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