r.Nanite.DecompressDepth
r.Nanite.DecompressDepth
#Overview
name: r.Nanite.DecompressDepth
This variable is created as a Console Variable (cvar).
- type:
Var
- help: ``
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/Renderer/Private/Nanite/NaniteComposition.cpp:21
Scope: file
Source code excerpt:
int32 GNaniteDecompressDepth = 0;
static FAutoConsoleVariableRef CVarNaniteDecompressDepth(
TEXT("r.Nanite.DecompressDepth"),
GNaniteDecompressDepth,
TEXT("")
);
int32 GNaniteCustomDepthExportMethod = 1;
static FAutoConsoleVariableRef CVarNaniteCustomDepthExportMethod(