r.Nanite.CoarseMeshStreamingMode
r.Nanite.CoarseMeshStreamingMode
#Overview
name: r.Nanite.CoarseMeshStreamingMode
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Streaming mode:\n0: Use TLAS proxies to drive what to stream within the budget (default)\n1: Stream in all registered meshes\n2: Don\'t stream in any coarse LODs\n
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/Rendering/NaniteCoarseMeshStreamingManager.cpp:32
Scope: file
Source code excerpt:
static int32 GNaniteCoarseMeshStreamingMode = 0;
static FAutoConsoleVariableRef CVarNaniteCoarseMeshStreamingMode(
TEXT("r.Nanite.CoarseMeshStreamingMode"),
GNaniteCoarseMeshStreamingMode,
TEXT("Streaming mode:\n")
TEXT("0: Use TLAS proxies to drive what to stream within the budget (default)\n")
TEXT("1: Stream in all registered meshes\n")
TEXT("2: Don't stream in any coarse LODs\n"),
ECVF_RenderThreadSafe