ITextInputMethodContext::GetTextInRange

Gets 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 GetTextInRange
(
    const uint32 InBeginIndex,
    const uint32 InLength,
    FString & OutString
)

Remarks

Gets the code points in a range of indices.

Parameters

Parameter

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.

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