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" |
void SetSelectionRange
&40;
const uint32 InBeginIndex,
const uint32 InLength,
const ECaretPosition InCaretPosition
&41;
Remarks
Sets the range of code point indices that are selected and which end of the selection the caret is at.
Parameters
| Name | Description |
|---|---|
| InBeginIndex | The code point index at the beginning of the selection range. |
| InLength | The number of code points selected after the beginning index. |
| InCaretPosition | A flag indicating whether the caret is at the beginning or ending of the range. Irrelevant if the Length is zero. |