wp.Runtime.HashSet.ShowDebugDisplayLevelCount

wp.Runtime.HashSet.ShowDebugDisplayLevelCount

#Overview

name: wp.Runtime.HashSet.ShowDebugDisplayLevelCount

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/Engine/Private/WorldPartition/RuntimeHashSet/WorldPartitionRuntimeHashSetDebugDraw.cpp:20

Scope: file

Source code excerpt:

static int32 GShowRuntimeHashSetDebugDisplayLevelCount = 1;
static FAutoConsoleVariableRef CVarShowRuntimeHashSetDebugDisplayLevelCount(
	TEXT("wp.Runtime.HashSet.ShowDebugDisplayLevelCount"),
	GShowRuntimeHashSetDebugDisplayLevelCount,
	TEXT("Used to choose how many levels to display when showing runtime partitions."));

static int32 GShowRuntimeHashSetDebugDisplayMode = 0;
static FAutoConsoleVariableRef CVarShowRuntimeHashSetDebugDisplayMode(
	TEXT("wp.Runtime.HashSet.ShowDebugDisplayMode"),