TrackAsyncLoadRequests.RemoveAliases
TrackAsyncLoadRequests.RemoveAliases
#Overview
name: TrackAsyncLoadRequests.RemoveAliases
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0 then remove aliases from the counting process. This essentialy merges addresses that have the same human readable string. It is slower.
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/Serialization/AsyncPackageLoader.cpp:364
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarTrackAsyncLoadRequests_RemoveAliases(
TEXT("TrackAsyncLoadRequests.RemoveAliases"),
1,
TEXT("If > 0 then remove aliases from the counting process. This essentialy merges addresses that have the same human readable string. It is slower.")
);
static TAutoConsoleVariable<int32> CVarTrackAsyncLoadRequests_StackIgnore(
TEXT("TrackAsyncLoadRequests.StackIgnore"),