ShapedTextCacheUtil::MeasureShapedText

Measure a sub-section of a run of text

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Text/ShapedTextCache.h"

Source

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

Syntax

namespace ShapedTextCacheUtil
{
    FVector2D ShapedTextCacheUtil::MeasureShapedText
    (
        const FShapedTextCacheRef & InShapedTextCache,
        const FCachedShapedTextKey & InRunKey,
        const FTextRange & InMeasureRange,
        const TCHAR * InText
    )
}

Remarks

Measure a sub-section of a run of text

Returns

The measured size of the shaped text

Parameters

Parameter

Description

InShapedTextCache

The shaped text cache to use

InRunKey

The key identifying the cached shaped text for the run

InMeasureRange

The range of text that should be measured

InText

The text to shape if we can't find the shaped text in the cache. InMeasureRange may specify a sub-section of the entire text

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