Slate.MaxFontAtlasPagesBeforeFlush
Slate.MaxFontAtlasPagesBeforeFlush
#Overview
name: Slate.MaxFontAtlasPagesBeforeFlush
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The number of font atlas textures created and used before we flush the font cache if a texture atlas is full
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp:25
Scope: file
Source code excerpt:
static FAtlasFlushParams FontAtlasFlushParams;
FAutoConsoleVariableRef CVarMaxAtlasPagesBeforeFlush(
TEXT("Slate.MaxFontAtlasPagesBeforeFlush"),
FontAtlasFlushParams.InitialMaxAtlasPagesBeforeFlushRequest,
TEXT("The number of font atlas textures created and used before we flush the font cache if a texture atlas is full"));
FAutoConsoleVariableRef CVarMaxFontNonAtlasPagesBeforeFlush(
TEXT("Slate.MaxFontNonAtlasTexturesBeforeFlush"),
FontAtlasFlushParams.InitialMaxNonAtlasPagesBeforeFlushRequest,