FShapedTextCache::FindShapedText

Try and find an existing shaped text instance

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

FShapedGlyphSequencePtr FindShapedText
(
    const FCachedShapedTextKey & InKey
) const

Remarks

Try and find an existing shaped text instance

Returns

The shaped text instance, or null if it wasn't found or was stale

Parameters

Parameter

Description

InKey

The key identifying the shaped text instance to find

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