ls.PrintNumLandscapeShadows
ls.PrintNumLandscapeShadows
#Overview
name: ls.PrintNumLandscapeShadows
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Prints the number of landscape components that cast shadows.
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/Landscape.cpp:153
Scope: file
Source code excerpt:
FAutoConsoleCommand CmdPrintNumLandscapeShadows(
TEXT("ls.PrintNumLandscapeShadows"),
TEXT("Prints the number of landscape components that cast shadows."),
FConsoleCommandDelegate::CreateStatic(PrintNumLandscapeShadows)
);
namespace UE::Landscape
{