grass.MinFramesToKeepGrass
grass.MinFramesToKeepGrass
#Overview
name: grass.MinFramesToKeepGrass
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Minimum number of frames 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:100
Scope: file
Source code excerpt:
static int32 GMinFramesToKeepGrass = 30;
static FAutoConsoleVariableRef CVarMinFramesToKeepGrass(
TEXT("grass.MinFramesToKeepGrass"),
GMinFramesToKeepGrass,
TEXT("Minimum number of frames before cached grass can be discarded; used to prevent thrashing."));
static int32 GGrassTickInterval = 1;
static FAutoConsoleVariableRef CVarGrassTickInterval(
TEXT("grass.TickInterval"),