Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform > ITextInputMethodContext
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
Include | #include "GenericPlatform/ITextInputMethodSystem.h" |
void UpdateCompositionRange
&40;
const int32 InBeginIndex,
const uint32 InLength
&41;
Remarks
Updates the range of code point indices being composed. These code points should be displayed in some manner to communicate they are being composed. IE: Highlighted and underlined.
Parameters
Name | Description |
---|---|
InBeginIndex | The code point index at the beginning of the range being composed. |
InLength | The number of code points to measure after the beginning index. |