grass.UseStreamingManagerForCameras
grass.UseStreamingManagerForCameras
#Overview
name: grass.UseStreamingManagerForCameras
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
1: Use Streaming Manager; 0: Use ViewLocationsRenderedLastFrame
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/Landscape/Private/LandscapeSubsystem.cpp:46
Scope: file
Source code excerpt:
static int32 GUseStreamingManagerForCameras = 1;
static FAutoConsoleVariableRef CVarUseStreamingManagerForCameras(
TEXT("grass.UseStreamingManagerForCameras"),
GUseStreamingManagerForCameras,
TEXT("1: Use Streaming Manager; 0: Use ViewLocationsRenderedLastFrame"));
static FAutoConsoleVariable CVarMaxAsyncNaniteProxiesPerSecond(
TEXT("landscape.Nanite.MaxAsyncProxyBuildsPerSecond"),