ref.AllowParallelCollection
ref.AllowParallelCollection
#Overview
name: ref.AllowParallelCollection
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Used to control parallel reference collection.
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/CoreUObject/Private/UObject/ReferencerFinder.cpp:64
Scope: file
Source code excerpt:
static int32 GAllowParallelReferenceCollection = 1;
static FAutoConsoleVariableRef CVarAllowParallelReferenceCollection(
TEXT("ref.AllowParallelCollection"),
GAllowParallelReferenceCollection,
TEXT("Used to control parallel reference collection."),
ECVF_Default
);
// Until all native UObject classes have been registered it's unsafe to run FReferencerFinder on multiple threads