wp.Runtime.HashSet.ShowDebugDisplayLevel
wp.Runtime.HashSet.ShowDebugDisplayLevel
#Overview
name: wp.Runtime.HashSet.ShowDebugDisplayLevel
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Used to choose which level to display when showing runtime partitions.
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/Private/WorldPartition/RuntimeHashSet/WorldPartitionRuntimeHashSetDebugDraw.cpp:14
Scope: file
Source code excerpt:
static int32 GShowRuntimeHashSetDebugDisplayLevel = 0;
static FAutoConsoleVariableRef CVarShowRuntimeHashSetDebugDisplayLevel(
TEXT("wp.Runtime.HashSet.ShowDebugDisplayLevel"),
GShowRuntimeHashSetDebugDisplayLevel,
TEXT("Used to choose which level to display when showing runtime partitions."));
static int32 GShowRuntimeHashSetDebugDisplayLevelCount = 1;
static FAutoConsoleVariableRef CVarShowRuntimeHashSetDebugDisplayLevelCount(
TEXT("wp.Runtime.HashSet.ShowDebugDisplayLevelCount"),