Slate.GrowSVGNonAtlasFrameWindow
Slate.GrowSVGNonAtlasFrameWindow
#Overview
name: Slate.GrowSVGNonAtlasFrameWindow
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The number of frames within the large pool will resize rather than flush.
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/Rendering/SlateVectorGraphicsCache.cpp:25
Scope: file
Source code excerpt:
FAutoConsoleVariableRef CVarGrowSVGNonAtlasFrameWindow(
TEXT("Slate.GrowSVGNonAtlasFrameWindow"),
SVGAtlasFlushParams.GrowNonAtlasFrameWindow,
TEXT("The number of frames within the large pool will resize rather than flush."));
FSlateVectorGraphicsCache::FSlateVectorGraphicsCache(TSharedPtr<ISlateTextureAtlasFactory> InAtlasFactory)
: FSlateFlushableAtlasCache(&SVGAtlasFlushParams)
, AtlasFactory(InAtlasFactory)