r.Nanite.Streaming.BandwidthLimit
r.Nanite.Streaming.BandwidthLimit
#Overview
name: r.Nanite.Streaming.BandwidthLimit
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Streaming bandwidth limit in megabytes per second. Negatives values are interpreted as unlimited.
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:41
Scope: file
Source code excerpt:
static float GNaniteStreamingBandwidthLimit = -1.0f;
static FAutoConsoleVariableRef CVarNaniteStreamingBandwidthLimit(
TEXT("r.Nanite.Streaming.BandwidthLimit" ),
GNaniteStreamingBandwidthLimit,
TEXT("Streaming bandwidth limit in megabytes per second. Negatives values are interpreted as unlimited. "),
ECVF_RenderThreadSafe
);
static int32 GNaniteStreamingPoolSize = 512;