net.TrackQueuedActorThresholdOwner
net.TrackQueuedActorThresholdOwner
#Overview
name: net.TrackQueuedActorThresholdOwner
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When > 0, if the Net Connection\'s owning Controller or Pawn has Queued Bunches 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:169
Scope: file
Source code excerpt:
static float GPackageMapTrackQueuedActorThresholdOwner = 0.f;
static FAutoConsoleVariableRef CVarTrackQueuedActorOwnerThreshold(
TEXT("net.TrackQueuedActorThresholdOwner"),
GPackageMapTrackQueuedActorThresholdOwner,
TEXT("When > 0, if the Net Connection's owning Controller or Pawn has Queued Bunches for longer than this"
" threshold, we will fire a CSV Event to track it. Used for Debugging and Profiling")
);
static int32 GDelinquencyNumberOfTopOffendersToTrack = 10;