r.Lumen.Visualize.ViewMode
r.Lumen.Visualize.ViewMode
#Overview
name: r.Lumen.Visualize.ViewMode
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When the viewport view-mode is set to \'Lumen Visualization\', this command specifies which of the various channels to display. Values entered other than the allowed values shown below will be ignored.\n Overview\n PerformanceOverview\n LumenScene\n GeometryNormals\n ReflectionView\n SurfaceCache\n DedicatedReflectionRays
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/Engine/Public/LumenVisualizationData.h:60
Scope (from outer to inner):
file
class class FLumenVisualizationData
function static const TCHAR* GetVisualizeConsoleCommandName
Source code excerpt:
static const TCHAR* GetVisualizeConsoleCommandName()
{
return TEXT("r.Lumen.Visualize.ViewMode");
}
private:
/** Internal helper function for creating the Lumen visualization system console commands. */
void ConfigureConsoleCommand();