ColorFontAtlasSize
ColorFontAtlasSize
#Overview
name: ColorFontAtlasSize
The value of this variable can be defined or overridden in .ini config files. 2
.ini config files referencing this setting variable.
It is referenced in 1
C++ source file.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEditor.ini:26, section: [SlateRenderer]
- INI Section:
SlateRenderer
- Raw value:
512
- Is Array:
False
Location: <Workspace>/Engine/Config/BaseEngine.ini:2933, section: [SlateRenderer]
- INI Section:
SlateRenderer
- Raw value:
512
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererModule.cpp:40
Scope (from outer to inner):
file
class class FSlateRHIFontAtlasFactory : public ISlateFontAtlasFactory
function FSlateRHIFontAtlasFactory
Source code excerpt:
const FString& ConfigFilename = GIsEditor ? GEditorIni : GEngineIni;
GetAtlasSizeFromConfig(TEXT("GrayscaleFontAtlasSize"), ConfigFilename, GrayscaleAtlasSize);
GetAtlasSizeFromConfig(TEXT("ColorFontAtlasSize"), ConfigFilename, ColorAtlasSize);
GetAtlasSizeFromConfig(TEXT("SdfFontAtlasSize"), ConfigFilename, SdfAtlasSize);
}
}
virtual ~FSlateRHIFontAtlasFactory()
{