RunUtils::CalculateTextHitPoint

Calculate the correct hit-point for the given index, based on the given range and text direction

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Text/RunUtils.h

Include

#include "Framework/Text/RunUtils.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Text/RunUtils.cpp

Syntax

namespace RunUtils
{
    ETextHitPoint RunUtils::CalculateTextHitPoint
    (
        const int32 InIndex,
        const FTextRange & InTextRange,
        const TextBiDi::ETextDirection InTextDirection
    )
}

Remarks

Calculate the correct hit-point for the given index, based on the given range and text direction

Returns

The calculated hit-point

Parameters

Parameter

Description

InIndex

The index to calculate the hit-point for

InTextRange

The range of text that the index was taken from

InTextDirection

The text direction of all the text within the given range

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