net.BlockSend

net.BlockSend

#Overview

name: net.BlockSend

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/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/IpConnection.cpp:67

Scope (from outer to inner):

file
namespace    UE::Net::Private

Source code excerpt:


	static FAutoConsoleVariableRef CVarNetBlockSend(
		TEXT("net.BlockSend"),
		GNetBlockSend,
		TEXT("When enabled, blocks packet sends on NetConnection's."));
#endif

	static int32 GNetRecreateSocketCooldown = 10;
	static float GNetRecreateSocketTimeoutThreshold = 0.f;