grass.DrawExclusionVolumes
grass.DrawExclusionVolumes
#Overview
name: grass.DrawExclusionVolumes
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether we should draw the exclusion volumes or not
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:804
Scope: file
Source code excerpt:
static bool bGGrassDrawExclusionVolumes = false;
static FAutoConsoleVariableRef CVarGrassDrawExclusionVolumes(
TEXT("grass.DrawExclusionVolumes"),
bGGrassDrawExclusionVolumes,
TEXT("Whether we should draw the exclusion volumes or not"));
#endif // !UE_BUILD_SHIPPING
struct FPerQualityLevelInt;
struct FPerQualityLevelFloat;