grass.TickInterval
grass.TickInterval
#Overview
name: grass.TickInterval
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Number of frames between grass ticks.
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:106
Scope: file
Source code excerpt:
static int32 GGrassTickInterval = 1;
static FAutoConsoleVariableRef CVarGrassTickInterval(
TEXT("grass.TickInterval"),
GGrassTickInterval,
TEXT("Number of frames between grass ticks."));
static float GMinTimeToKeepGrass = 5.0f;
static FAutoConsoleVariableRef CVarMinTimeToKeepGrass(
TEXT("grass.MinTimeToKeepGrass"),