grass.GuardBandDiscardMultiplier
grass.GuardBandDiscardMultiplier
#Overview
name: grass.GuardBandDiscardMultiplier
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Used to control discarding in the grass system. Approximate range, 1-4. Multiplied by the cull distance to control when we discard grass components.
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/LandscapeGrass.cpp:94
Scope: file
Source code excerpt:
static float GGuardBandDiscardMultiplier = 1.4f;
static FAutoConsoleVariableRef CVarGuardBandDiscardMultiplier(
TEXT("grass.GuardBandDiscardMultiplier"),
GGuardBandDiscardMultiplier,
TEXT("Used to control discarding in the grass system. Approximate range, 1-4. Multiplied by the cull distance to control when we discard grass components."));
static int32 GMinFramesToKeepGrass = 30;
static FAutoConsoleVariableRef CVarMinFramesToKeepGrass(
TEXT("grass.MinFramesToKeepGrass"),