net.TrackAsyncLoadingGUIDThreshold
net.TrackAsyncLoadingGUIDThreshold
#Overview
name: net.TrackAsyncLoadingGUIDThreshold
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When > 0, any objects that take longer than the threshold to async load will be tracked. Threshold in seconds, @see FNetGUIDCache::ConsumeDelinquencyAnalytics. Used for Debugging and Analytics
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/Engine/Private/PackageMapClient.cpp:145
Scope: file
Source code excerpt:
static float GGuidCacheTrackAsyncLoadingGUIDThreshold = 0.f;
static FAutoConsoleVariableRef CVarTrackAsyncLoadingGUIDTreshold(
TEXT("net.TrackAsyncLoadingGUIDThreshold"),
GGuidCacheTrackAsyncLoadingGUIDThreshold,
TEXT("When > 0, any objects that take longer than the threshold to async load will be tracked."
" Threshold in seconds, @see FNetGUIDCache::ConsumeDelinquencyAnalytics. Used for Debugging and Analytics")
);
static float GGuidCacheTrackAsyncLoadingGUIDThresholdOwner = 0.f;