r.MaterialParameterLegacyChecks
r.MaterialParameterLegacyChecks
#Overview
name: r.MaterialParameterLegacyChecks
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When enabled, sanity check new material parameter logic against legacy path.\nNote that this can be slow
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/Engine/Private/Materials/Material.cpp:108
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarMaterialParameterLegacyChecks(
TEXT("r.MaterialParameterLegacyChecks"),
0,
TEXT("When enabled, sanity check new material parameter logic against legacy path.\n")
TEXT("Note that this can be slow"),
ECVF_RenderThreadSafe);
static TAutoConsoleVariable<bool> CVarMaterialLogErrorOnFailure(