r.Material.EnableTranslationLogFile
r.Material.EnableTranslationLogFile
#Overview
name: r.Material.EnableTranslationLogFile
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables material translation log file generation for tracking materials translation time (written to \
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:67
Scope: file
Source code excerpt:
static bool GEnableMaterialTranslationLogFile = false;
static FAutoConsoleVariableRef CVarEnableMaterialTranslationLogFile(
TEXT("r.Material.EnableTranslationLogFile"),
GEnableMaterialTranslationLogFile,
TEXT("Enables material translation log file generation for tracking materials translation time (written to \"ShaderDebugInfo/MaterialTranslationLog-X.csv\")."),
ECVF_ReadOnly);
/**
* Utility used to create a MaterialTranslationLog.txt file during cooks that contains the list of all translated materials