wp.Runtime.ShowRuntimeSpatialHashGridLevelCount
wp.Runtime.ShowRuntimeSpatialHashGridLevelCount
#Overview
name: wp.Runtime.ShowRuntimeSpatialHashGridLevelCount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Used to choose how many grid levels to display when showing world partition runtime hash.
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/WorldPartitionRuntimeSpatialHash.cpp:58
Scope: file
Source code excerpt:
static int32 GShowRuntimeSpatialHashGridLevelCount = 1;
static FAutoConsoleVariableRef CVarShowRuntimeSpatialHashGridLevelCount(
TEXT("wp.Runtime.ShowRuntimeSpatialHashGridLevelCount"),
GShowRuntimeSpatialHashGridLevelCount,
TEXT("Used to choose how many grid levels to display when showing world partition runtime hash."));
#if !UE_BUILD_SHIPPING
static int32 GFilterRuntimeSpatialHashGridLevel = INDEX_NONE;
static FAutoConsoleVariableRef CVarFilterRuntimeSpatialHashGridLevel(