net.VerifyNetSessionID
net.VerifyNetSessionID
#Overview
name: net.VerifyNetSessionID
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether or not verification of the packet SessionID value is performed.
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/Engine/Private/PacketHandlers/StatelessConnectHandlerComponent.cpp:286
Scope (from outer to inner):
file
namespace UE::Net
Source code excerpt:
static FAutoConsoleVariableRef CVarNetVerifyNetSessionID(
TEXT("net.VerifyNetSessionID"),
GVerifyNetSessionID,
TEXT("Whether or not verification of the packet SessionID value is performed."));
static int32 GVerifyNetClientID = 1;
static FAutoConsoleVariableRef CVarNetVerifyNetClientID(