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