Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/ITextInputMethodContext
Description
Returns whether or not this context is currently composing.
This should be set to true when BeginComposition is called, and false when EndComposition is called.
| Name | IsComposing |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
| Include Path | #include "GenericPlatform/ITextInputMethodSystem.h" |
bool IsComposing()
True if we are composing, false otherwise.