r.Nanite.Streaming.NumInitialRootPages
r.Nanite.Streaming.NumInitialRootPages
#Overview
name: r.Nanite.Streaming.NumInitialRootPages
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Number of root pages in initial allocation. Allowed to grow on demand if r.Nanite.Streaming.DynamicallyGrowAllocations is enabled.
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:57
Scope: file
Source code excerpt:
static int32 GNaniteStreamingNumInitialRootPages = 2048;
static FAutoConsoleVariableRef CVarNaniteStreamingNumInitialRootPages(
TEXT("r.Nanite.Streaming.NumInitialRootPages"),
GNaniteStreamingNumInitialRootPages,
TEXT("Number of root pages in initial allocation. Allowed to grow on demand if r.Nanite.Streaming.DynamicallyGrowAllocations is enabled."),
ECVF_RenderThreadSafe | ECVF_ReadOnly
);
static int32 GNaniteStreamingNumInitialImposters = 2048;