net.PacketHandlerTimeguardThresholdMS
net.PacketHandlerTimeguardThresholdMS
#Overview
name: net.PacketHandlerTimeguardThresholdMS
This variable is created as a Console Variable (cvar).
- type: 
Var - help: 
Threshold in milliseconds for the HandlerComponent timeguard, Incoming and Outgoing. 
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/PacketHandlers/PacketHandler/Private/PacketHandler.cpp:43
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarNetPacketHandlerTimeguardThresholdMS(
	TEXT("net.PacketHandlerTimeguardThresholdMS"),
	GPacketHandlerTimeguardThresholdMS,
	TEXT("Threshold in milliseconds for the HandlerComponent timeguard, Incoming and Outgoing."),
	ECVF_Default);
static FAutoConsoleVariableRef CVarNetPacketHandlerTimeguardLimit(
	TEXT("net.PacketHandlerTimeguardLimit"),
	GPacketHandlerTimeguardLimit,