r.Material.PedanticErrorChecksEnabled

r.Material.PedanticErrorChecksEnabled

#Overview

name: r.Material.PedanticErrorChecksEnabled

This variable is created as a Console Variable (cvar).

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/HLSLMaterialTranslator.cpp:186

Scope: file

Source code excerpt:

static bool GPedanticErrorChecksEnabled = false;
static FAutoConsoleVariableRef CVarPedanticErrorChecksEnabled(
	TEXT("r.Material.PedanticErrorChecksEnabled"),
	GPedanticErrorChecksEnabled,
	TEXT("Enables material compilation pedantic error checking"));

static bool GCullIntermediateUniformExpressions = true;
static FAutoConsoleVariableRef CVarCullIntermediateUniformExpressions(
	TEXT("r.Material.CullIntermediateUniformExpressions"),