r.Nanite.ExportDepth
r.Nanite.ExportDepth
#Overview
name: r.Nanite.ExportDepth
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/NaniteShared.cpp:23
Scope: file
Source code excerpt:
int32 GNaniteExportDepth = 1;
static FAutoConsoleVariableRef CVarNaniteExportDepth(
TEXT("r.Nanite.ExportDepth"),
GNaniteExportDepth,
TEXT(""),
ECVF_RenderThreadSafe
);
int32 GNaniteMaxNodes = 2 * 1048576;