AssetRegistry.DeferReferencerSort
AssetRegistry.DeferReferencerSort
#Overview
name: AssetRegistry.DeferReferencerSort
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true, the referencer list on dependency nodes will not be sorted until after the initial load is complete
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:172
Scope (from outer to inner):
file
namespace UE::AssetRegistry::Impl
Source code excerpt:
bool bDeferReferencerSort = true;
static FAutoConsoleVariableRef CVarAssetRegistryDeferReferencerSort(
TEXT("AssetRegistry.DeferReferencerSort"),
UE::AssetRegistry::Impl::bDeferReferencerSort,
TEXT("If true, the referencer list on dependency nodes will not be sorted until after the initial load is complete"));
/** Name of UObjectRedirector property */
const FName DestinationObjectFName(TEXT("DestinationObject"));
}