net.TrackAsyncLoadingGUIDThresholdOwner
net.TrackAsyncLoadingGUIDThresholdOwner
#Overview
name: net.TrackAsyncLoadingGUIDThresholdOwner
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When > 0, if the Net Connection\'s owning Controller or Pawn is waiting on Async Loads for longer than this threshold, we will fire a CSV Event to track it. Used for Debugging and Profiling
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:153
Scope: file
Source code excerpt:
static float GGuidCacheTrackAsyncLoadingGUIDThresholdOwner = 0.f;
static FAutoConsoleVariableRef CVarTrackAsyncLoadingGUIDThresholdOwner(
TEXT("net.TrackAsyncLoadingGUIDThresholdOwner"),
GGuidCacheTrackAsyncLoadingGUIDThresholdOwner,
TEXT("When > 0, if the Net Connection's owning Controller or Pawn is waiting on Async Loads for longer than this"
" threshold, we will fire a CSV Event to track it. Used for Debugging and Profiling")
);
static float GPackageMapTrackQueuedActorThreshold = 0.f;