ITextInputMethodContext::SetTextInRange

Sets the code points in a range of indices.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h

Include

#include "GenericPlatform/ITextInputMethodSystem.h"

Syntax

void SetTextInRange
(
    const uint32 InBeginIndex,
    const uint32 InLength,
    const FString & InString
)

Remarks

Sets the code points in a range of indices.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss