ITextInputMethodContext::IsComposing

Returns whether or not this context is currently composing.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/ITextInputMethodSystem.h"

Syntax

bool IsComposing()

Remarks

Returns whether or not this context is currently composing. @note This should be set to true when BeginComposition is called, and false when EndComposition is called.

Returns

True if we are composing, false otherwise.

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