r.Nanite.Streaming.Imposters
r.Nanite.Streaming.Imposters
#Overview
name: r.Nanite.Streaming.Imposters
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Load imposters used for faster rendering of distant objects. Requires additional memory and might not be worthwhile for scenes with HLOD or no distant objects.
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:89
Scope: file
Source code excerpt:
static int32 GNaniteStreamingImposters = 1;
static FAutoConsoleVariableRef CVarNaniteStreamingImposters(
TEXT("r.Nanite.Streaming.Imposters"),
GNaniteStreamingImposters,
TEXT("Load imposters used for faster rendering of distant objects. Requires additional memory and might not be worthwhile for scenes with HLOD or no distant objects."),
ECVF_RenderThreadSafe | ECVF_ReadOnly
);
static int32 GNaniteStreamingMaxPageInstallsPerFrame = 128;