Slate.GrowFontNonAtlasFrameWindow

Slate.GrowFontNonAtlasFrameWindow

#Overview

name: Slate.GrowFontNonAtlasFrameWindow

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

Scope: file

Source code excerpt:


FAutoConsoleVariableRef CVarGrowFontNonAtlasFrameWindow(
	TEXT("Slate.GrowFontNonAtlasFrameWindow"),
	FontAtlasFlushParams.GrowNonAtlasFrameWindow,
	TEXT("The number of frames within the large font glyph pool will resize rather than flush."));

static int32 UnloadFreeTypeDataOnFlush = 1;
FAutoConsoleVariableRef CVarUnloadFreeTypeDataOnFlush(
	TEXT("Slate.UnloadFreeTypeDataOnFlush"),