r.SkinCache.Visualize
r.SkinCache.Visualize
#Overview
name: r.SkinCache.Visualize
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Specifies which visualization mode to display: \'Overview\' \'Memory\' \'RayTracingLODOffset\'
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/GPUSkinCacheVisualizationData.h:66
Scope (from outer to inner):
file
class class FGPUSkinCacheVisualizationData
function static const TCHAR* GetVisualizeConsoleCommandName
Source code excerpt:
static const TCHAR* GetVisualizeConsoleCommandName()
{
return TEXT("r.SkinCache.Visualize");
}
private:
/** Internal helper function for creating the VirtualShadowMap visualization system console commands. */
void ConfigureConsoleCommand();