Slate.MaxFontNonAtlasTexturesBeforeFlush

Slate.MaxFontNonAtlasTexturesBeforeFlush

#Overview

name: Slate.MaxFontNonAtlasTexturesBeforeFlush

This variable is created as a Console Variable (cvar).

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:30

Scope: file

Source code excerpt:


FAutoConsoleVariableRef CVarMaxFontNonAtlasPagesBeforeFlush(
	TEXT("Slate.MaxFontNonAtlasTexturesBeforeFlush"),
	FontAtlasFlushParams.InitialMaxNonAtlasPagesBeforeFlushRequest,
	TEXT("The number of large glyph font textures initially."));

FAutoConsoleVariableRef CVarGrowFontAtlasFrameWindow(
	TEXT("Slate.GrowFontAtlasFrameWindow"),
	FontAtlasFlushParams.GrowAtlasFrameWindow,