r.Nanite.Streaming.DynamicallyGrowAllocations
r.Nanite.Streaming.DynamicallyGrowAllocations
#Overview
name: r.Nanite.Streaming.DynamicallyGrowAllocations
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Determines if root page and imposter allocations are allowed to grow dynamically from initial allocation set by r.Nanite.Streaming.NumInitialRootPages and r.Nanite.Streaming.NumInitialImposters
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/NaniteStreamingManager.cpp:73
Scope: file
Source code excerpt:
static int32 GNaniteStreamingDynamicallyGrowAllocations = 1;
static FAutoConsoleVariableRef CVarNaniteStreamingDynamicallyGrowAllocations(
TEXT("r.Nanite.Streaming.DynamicallyGrowAllocations"),
GNaniteStreamingDynamicallyGrowAllocations,
TEXT("Determines if root page and imposter allocations are allowed to grow dynamically from initial allocation set by r.Nanite.Streaming.NumInitialRootPages and r.Nanite.Streaming.NumInitialImposters"),
ECVF_RenderThreadSafe | ECVF_ReadOnly
);
static int32 GNaniteStreamingMaxPendingPages = 128;