wp.Runtime.DrawContentBundles
wp.Runtime.DrawContentBundles
#Overview
name: wp.Runtime.DrawContentBundles
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable to draw debug display of content bundle.
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/WorldPartitionDebugHelper.cpp:12
Scope: file
Source code excerpt:
bool FWorldPartitionDebugHelper::bCanDrawContentBundles = true;
FAutoConsoleVariableRef FWorldPartitionDebugHelper::DrawContentBundlesCommand(
TEXT("wp.Runtime.DrawContentBundles"),
FWorldPartitionDebugHelper::bCanDrawContentBundles,
TEXT("Enable to draw debug display of content bundle."));
TSet<FName> FWorldPartitionDebugHelper::DebugRuntimeHashFilter;
FAutoConsoleCommand FWorldPartitionDebugHelper::DebugFilterByRuntimeHashGridNameCommand(
TEXT("wp.Runtime.DebugFilterByRuntimeHashGridName"),