wp.Editor.DumpClassDescs
wp.Editor.DumpClassDescs
#Overview
name: wp.Editor.DumpClassDescs
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump the list of class descriptors in a CSV file.
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/WorldPartitionClassDescRegistry.cpp:47
Scope: file
Source code excerpt:
static FAutoConsoleCommand DumpClassDescs(
TEXT("wp.Editor.DumpClassDescs"),
TEXT("Dump the list of class descriptors in a CSV file."),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray<FString>& Args)
{
if (Args.Num() > 0)
{
const FString& Path = Args[0];