AssetRegistry.ManagementPathsPackageDebugName
AssetRegistry.ManagementPathsPackageDebugName
#Overview
name: AssetRegistry.ManagementPathsPackageDebugName
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If set, when manage references are set, the chain of references that caused this package to become managed will be printed 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/AssetRegistry.cpp:7349
Scope: file
Source code excerpt:
static FString GAssetRegistryManagementPathsPackageDebugName;
static FAutoConsoleVariableRef CVarAssetRegistryManagementPathsPackageDebugName(
TEXT("AssetRegistry.ManagementPathsPackageDebugName"),
GAssetRegistryManagementPathsPackageDebugName,
TEXT("If set, when manage references are set, the chain of references that caused this package to become managed will be printed to the log"));
void PrintAssetRegistryManagementPathsPackageDebugInfo(FDependsNode* Node, const TMap<FDependsNode*, FDependsNode*>& EditorOnlyManagementPaths)
{
if (Node)