Slate.EnableRetainedRenderingWithLocalTransform
Slate.EnableRetainedRenderingWithLocalTransform
#Overview
name: Slate.EnableRetainedRenderingWithLocalTransform
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
This console variable is no longer useful, as the SRetainerWidget render bugs workedaround by it have been fixed. It will be removed.
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/UMG/Private/Slate/SRetainerWidget.cpp:44
Scope: file
Source code excerpt:
bool GSlateEnableRenderWithLocalTransform = true;
FAutoConsoleVariableRef CVarGlateEnableRenderWithLocalTransform(
TEXT("Slate.EnableRetainedRenderingWithLocalTransform"),
GSlateEnableRenderWithLocalTransform,
TEXT("This console variable is no longer useful, as the SRetainerWidget render bugs workedaround by it have been fixed. It will be removed.")
);
static bool IsRetainedRenderingEnabled()
{