FCharacterList::GetCharacter

Gets data about how to render and measure a character Caching and atlasing it if needed

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h

Include

#include "Fonts/FontCache.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp

Syntax

FCharacterEntry GetCharacter
(
    TCHAR Character,
    const EFontFallback MaxFontFallback
)

Remarks

Gets data about how to render and measure a character Caching and atlasing it if needed

Returns

Data about the character

Parameters

Parameter

Description

Character

The character to get

MaxFontFallback

The maximum fallback level that can be used when resolving glyphs

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