wp.Editor.DumpActorDesc
wp.Editor.DumpActorDesc
#Overview
name: wp.Editor.DumpActorDesc
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump a specific actor descriptor on the console.
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/WorldPartition.cpp:173
Scope: file
Source code excerpt:
static FAutoConsoleCommand DumpActorDesc(
TEXT("wp.Editor.DumpActorDesc"),
TEXT("Dump a specific actor descriptor on the console."),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray<FString>& Args)
{
TArray<FString> ActorPaths;
if (Args.Num() > 0)
{