r.SSS.Burley.AlwaysUpdateParametersFromSeparable
r.SSS.Burley.AlwaysUpdateParametersFromSeparable
#Overview
name: r.SSS.Burley.AlwaysUpdateParametersFromSeparable
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
0: Will not update parameters when the program loads. (default)1: Always update from the separable when the program loads. (Correct only when Subsurface color is 1).
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/Renderer/Private/PostProcess/PostProcessSubsurface.cpp:79
Scope (from outer to inner):
file
namespace anonymous
Source code excerpt:
TAutoConsoleVariable<int32> CVarSSSBurleyUpdateParameter(
TEXT("r.SSS.Burley.AlwaysUpdateParametersFromSeparable"),
0,
TEXT("0: Will not update parameters when the program loads. (default)")
TEXT("1: Always update from the separable when the program loads. (Correct only when Subsurface color is 1)."),
ECVF_RenderThreadSafe | ECVF_Scalability
);