Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/ITextInputMethodContext
References
| Module | ApplicationCore |
| Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
| Include | #include "GenericPlatform/ITextInputMethodSystem.h" |
bool IsComposing&40;&41;
Remarks
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. True if we are composing, false otherwise.