r.ShowShaderCompilerWarnings
r.ShowShaderCompilerWarnings
#Overview
name: r.ShowShaderCompilerWarnings
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When set to 1, will display all warnings.
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/ShaderCompiler/ShaderCompiler.cpp:2132
Scope: file
Source code excerpt:
static int32 GShowShaderWarnings = 0;
static FAutoConsoleVariableRef CVarShowShaderWarnings(
TEXT("r.ShowShaderCompilerWarnings"),
GShowShaderWarnings,
TEXT("When set to 1, will display all warnings.")
);
static int32 GForceAllCoresForShaderCompiling = 0;
static FAutoConsoleVariableRef CVarForceAllCoresForShaderCompiling(