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 SetTextInRange
&40;
const uint32 InBeginIndex,
const uint32 InLength,
const FString & InString
&41;
Remarks
Sets the code points in a range of indices.
Parameters
| Name | Description |
|---|---|
| InBeginIndex | The code point index at the beginning of the range to set. |
| InLength | The number of code points to set after the beginning index. |
| InString | A string of the code points to be set. |