Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateFontCache
Description
Gets the overflow glyph sequence for a given font. The overflow sequence is used to replace characters that are clipped
| Name | GetOverflowEllipsisText |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
FShapedGlyphSequenceRef GetOverflowEllipsisText
(
const FSlateFontInfo & InFontInfo,
const float InFontScale
)