net.RequiredEncryptionNetDriverDefNames
net.RequiredEncryptionNetDriverDefNames
#Overview
name: net.RequiredEncryptionNetDriverDefNames
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Comma-delimited list of NetDriverDefinition\'s where \'IsEncryptionRequired\' will return true, when \'net.AllowEncryption\' is 2. (specifying \'all\' will enable this for all NetDriverDefinition\'s)
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/NetDriver.cpp:468
Scope (from outer to inner):
file
namespace UE::Net
Source code excerpt:
static FAutoConsoleVariableRef CVarNetRequiredEncryptionNetDriverDefNames(
TEXT("net.RequiredEncryptionNetDriverDefNames"),
GRequiredEncryptionNetDriverDefNames_Internal,
TEXT("Comma-delimited list of NetDriverDefinition's where 'IsEncryptionRequired' will return true, when 'net.AllowEncryption' is 2. ")
TEXT("(specifying 'all' will enable this for all NetDriverDefinition's)"),
FConsoleVariableDelegate::CreateStatic(&ParseRequiredEncryptionCVars));
namespace Private