r.grass.ShowBothPerQualityAndPerPlaformProperties
r.grass.ShowBothPerQualityAndPerPlaformProperties
#Overview
name: r.grass.ShowBothPerQualityAndPerPlaformProperties
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Show both per platform and per quality properties in the editor.
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/Editor/DetailCustomizations/Private/LandscapeGrassTypeDetails.cpp:23
Scope: file
Source code excerpt:
static bool GShowBothPerQualityAndPerPlaformProperties = false;
static FAutoConsoleVariableRef CVarShowBothPerQualityAndPerPlaform(
TEXT("r.grass.ShowBothPerQualityAndPerPlaformProperties"),
GShowBothPerQualityAndPerPlaformProperties,
TEXT("Show both per platform and per quality properties in the editor."));
#define LOCTEXT_NAMESPACE "LandscapeGrassTypeDetails"
TSharedRef<IDetailCustomization> FLandscapeGrassTypeDetails::MakeInstance()