net.MaxAggregateIPLogs
net.MaxAggregateIPLogs
#Overview
name: net.MaxAggregateIPLogs
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The maximum number of IP\'s to include in aggregated pre-connection logging, before such logging is disabled altogether (Min: 1, Max: 128).
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/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/IpNetDriver.cpp:131
Scope (from outer to inner):
file
namespace IPNetDriverInternal
Source code excerpt:
static FAutoConsoleVariableRef CVarMaxAggregateIPLogs(
TEXT("net.MaxAggregateIPLogs"),
MaxAggregateIPLogs,
TEXT("The maximum number of IP's to include in aggregated pre-connection logging, before such logging is disabled altogether ")
TEXT("(Min: 1, Max: 128)."),
FConsoleVariableDelegate::CreateLambda([](IConsoleVariable* Var)
{
// Safe to update static here, but not CVar system cached value