grass.MinTimeToKeepGrass
grass.MinTimeToKeepGrass
#Overview
name: grass.MinTimeToKeepGrass
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Minimum number of seconds before cached grass can be discarded; used to prevent thrashing.
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:112
Scope: file
Source code excerpt:
static float GMinTimeToKeepGrass = 5.0f;
static FAutoConsoleVariableRef CVarMinTimeToKeepGrass(
TEXT("grass.MinTimeToKeepGrass"),
GMinTimeToKeepGrass,
TEXT("Minimum number of seconds before cached grass can be discarded; used to prevent thrashing."));
static int32 GMaxInstancesPerComponent = 65536;
static FAutoConsoleVariableRef CVarMaxInstancesPerComponent(
TEXT("grass.MaxInstancesPerComponent"),