EditorDomain.DumpClassDigests
EditorDomain.DumpClassDigests
#Overview
name: EditorDomain.DumpClassDigests
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Write to the log the digest information for each class.
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/Editor/UnrealEd/Private/EditorDomain/EditorDomainUtils.cpp:2221
Scope (from outer to inner):
file
namespace UE::EditorDomain
Source code excerpt:
}
}
FAutoConsoleCommand DumpClassDigestsCommand(TEXT("EditorDomain.DumpClassDigests"),
TEXT("Write to the log the digest information for each class."),
FConsoleCommandDelegate::CreateStatic(&DumpClassDigests));
}
#define CONSTRUCTION_DURING_UPGRADE_TRACKER_ENABLED UE_WITH_PACKAGE_ACCESS_TRACKING && !UE_BUILD_SHIPPING