wp.Runtime.DumpDataLayers
wp.Runtime.DumpDataLayers
#Overview
name: wp.Runtime.DumpDataLayers
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps data layers to the log
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/DataLayer/DataLayerManager.cpp:44
Scope: file
Source code excerpt:
FAutoConsoleCommandWithOutputDevice UDataLayerManager::DumpDataLayersCommand(
TEXT("wp.Runtime.DumpDataLayers"),
TEXT("Dumps data layers to the log"),
FConsoleCommandWithOutputDeviceDelegate::CreateLambda([](FOutputDevice& OutputDevice)
{
for (const FWorldContext& Context : GEngine->GetWorldContexts())
{
UWorld* World = Context.World();