AssetRegistry.DumpAllocatedSize
AssetRegistry.DumpAllocatedSize
#Overview
name: AssetRegistry.DumpAllocatedSize
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump the allocations of the asset registry state 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/AssetRegistry/Private/AssetRegistryConsoleCommands.h:61
Scope: file
Source code excerpt:
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FAssetRegistryConsoleCommands::ScanPath ) )
, DumpAllocatedSizeCommand(
TEXT("AssetRegistry.DumpAllocatedSize"),
*LOCTEXT("CommandText_DumpAllocatedSize", "Dump the allocations of the asset registry state to the log").ToString(),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FAssetRegistryConsoleCommands::DumpAllocatedSize ) )
, DumpStateCommand(
TEXT("AssetRegistry.DumpState"),
*LOCTEXT("CommandText_DumpState", "Dump the state of the asset registry to a file. Pass -log to dump to the log as well. Extra string parameters: All, ObjectPath, PackageName, Path, Class, Tag, Dependencies, DependencyDetails, PackageData, AssetBundles, AssetTags").ToString(),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FAssetRegistryConsoleCommands::DumpState ) )