OpenColorIO.ShowShaderCompilerWarnings
OpenColorIO.ShowShaderCompilerWarnings
#Overview
name: OpenColorIO.ShowShaderCompilerWarnings
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When set to 1, will display all warnings from OpenColorIO shader compiles.
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/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Private/OpenColorIOShaderCompilationManager.cpp:17
Scope: file
Source code excerpt:
static int32 GShowOpenColorIOShaderWarnings = 1;
static FAutoConsoleVariableRef CVarShowOpenColorIOShaderWarnings(
TEXT("OpenColorIO.ShowShaderCompilerWarnings"),
GShowOpenColorIOShaderWarnings,
TEXT("When set to 1, will display all warnings from OpenColorIO shader compiles.")
);
FOpenColorIOShaderCompilationManager GOpenColorIOShaderCompilationManager;