grass.DumpGrassData

grass.DumpGrassData

#Overview

name: grass.DumpGrassData

This variable is created as a Console Variable (cvar).

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:221

Scope: file

Source code excerpt:


static FAutoConsoleCommand ConsoleCommandDumpLandscapeGrassData(
	TEXT("grass.DumpGrassData"),
	TEXT("[optional: -csv -detailed -byproxy -bycomponent -bygrasstype -full] - Dumps a report of all grass data being currently used on landscape components. \
		-csv formats the report in a CSV-friendly way. \
		-fullnames displays the listed objects' full names, rather than the user-friendly version. \
		-showempty will dump info even from components with no grass data \
		-detailed shows a detailed report of all grass data, for all grass types, in all landscape components. \
		-byproxy shows a report of grass data per landscape proxy. \