net.OodleNetwork.TimeGuardThresholdMS

net.OodleNetwork.TimeGuardThresholdMS

#Overview

name: net.OodleNetwork.TimeGuardThresholdMS

This variable is created as a Console Variable (cvar).

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/Plugins/Compression/OodleNetwork/Source/Private/OodleNetworkHandlerComponent.cpp:83

Scope (from outer to inner):

file
namespace    UE::Oodle

Source code excerpt:


	static FAutoConsoleVariableRef CVarOodleNetworkTimeguardThresholdMS(
		TEXT("net.OodleNetwork.TimeGuardThresholdMS"),
		GOodleTimeguardThresholdMS,
		TEXT("Threshold in milliseconds for the OodleNetworkHandlerComponent timeguard."));

	static FAutoConsoleVariableRef CVarOodleNetworkTimeguardLimit(
		TEXT("net.OodleNetwork.TimeGuardLimit"),
		GOodleTimeguardLimit,