net.OodleNetwork.TimeGuardLimit
net.OodleNetwork.TimeGuardLimit
#Overview
name: net.OodleNetwork.TimeGuardLimit
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Sets the maximum number of OodleNetworkHandlerComponent timeguard logs.
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:88
Scope (from outer to inner):
file
namespace UE::Oodle
Source code excerpt:
static FAutoConsoleVariableRef CVarOodleNetworkTimeguardLimit(
TEXT("net.OodleNetwork.TimeGuardLimit"),
GOodleTimeguardLimit,
TEXT("Sets the maximum number of OodleNetworkHandlerComponent timeguard logs."));
}
/** To be placed outside and before the scope of the measured code */
#define UE_OODLE_LIGHTWEIGHT_TIME_GUARD_DECLARE(Name, ThresholdMS) \