wp.Runtime.DumpStreamingSources
wp.Runtime.DumpStreamingSources
#Overview
name: wp.Runtime.DumpStreamingSources
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps active streaming sources 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/WorldPartitionSubsystem.cpp:129
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithOutputDevice GDumpStreamingSourcesCmd(
TEXT("wp.Runtime.DumpStreamingSources"),
TEXT("Dumps active streaming sources to the log"),
FConsoleCommandWithOutputDeviceDelegate::CreateStatic([](FOutputDevice& OutputDevice)
{
for (const FWorldContext& Context : GEngine->GetWorldContexts())
{
UWorld* World = Context.World();