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 GetTextInRange
&40;
const uint32 InBeginIndex,
const uint32 InLength,
FString & OutString
&41;
Remarks
Gets the code points in a range of indices.
Parameters
| Name | Description |
|---|---|
| InBeginIndex | The code point index at the beginning of the range to get. |
| InLength | The number of code points to get after the beginning index. |
| OutString | A string to store the code points being returned. |