SdfFontAtlasSize

SdfFontAtlasSize

#Overview

name: SdfFontAtlasSize

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:27, section: [SlateRenderer]

Location: <Workspace>/Engine/Config/BaseEngine.ini:2934, section: [SlateRenderer]

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererModule.cpp:41

Scope (from outer to inner):

file
class        class FSlateRHIFontAtlasFactory : public ISlateFontAtlasFactory
function     FSlateRHIFontAtlasFactory

Source code excerpt:

			GetAtlasSizeFromConfig(TEXT("GrayscaleFontAtlasSize"), ConfigFilename, GrayscaleAtlasSize);
			GetAtlasSizeFromConfig(TEXT("ColorFontAtlasSize"), ConfigFilename, ColorAtlasSize);
			GetAtlasSizeFromConfig(TEXT("SdfFontAtlasSize"), ConfigFilename, SdfAtlasSize);
		}
	}

	virtual ~FSlateRHIFontAtlasFactory()
	{
	}