wp.Runtime.DebugFilterByDataLayer
wp.Runtime.DebugFilterByDataLayer
#Overview
name: wp.Runtime.DebugFilterByDataLayer
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Filter debug diplay of world partition streaming by data layer. Args [datalayer labels]
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:50
Scope: file
Source code excerpt:
TSet<FName> FWorldPartitionDebugHelper::DebugDataLayerFilter;
FAutoConsoleCommand FWorldPartitionDebugHelper::DebugFilterByDataLayerCommand(
TEXT("wp.Runtime.DebugFilterByDataLayer"),
TEXT("Filter debug diplay of world partition streaming by data layer. Args [datalayer labels]"),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray<FString>& InArgs)
{
DebugDataLayerFilter.Reset();
for (const FWorldContext& Context : GEngine->GetWorldContexts())