grass.GrassMap.GuardBandMultiplier
grass.GrassMap.GuardBandMultiplier
#Overview
name: grass.GrassMap.GuardBandMultiplier
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Used to control discarding in the grass map runtime generation system. Approximate range, 1-4. Multiplied by the cull distance to control when we add grass maps.
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/LandscapeGrassMapsBuilder.cpp:92
Scope: file
Source code excerpt:
static float GGrassMapGuardBandMultiplier = 1.5f;
static FAutoConsoleVariableRef CVarGrassMapGuardBandMultiplier(
TEXT("grass.GrassMap.GuardBandMultiplier"),
GGrassMapGuardBandMultiplier,
TEXT("Used to control discarding in the grass map runtime generation system. Approximate range, 1-4. Multiplied by the cull distance to control when we add grass maps."));
static float GGrassMapGuardBandDiscardMultiplier = 1.6f;
static FAutoConsoleVariableRef CVarGrassMapGuardBandDiscardMultiplier(
TEXT("grass.GrassMap.GuardBandDiscardMultiplier"),