Lyra.TestDTLSFingerprint
Lyra.TestDTLSFingerprint
#Overview
name: Lyra.TestDTLSFingerprint
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true and using DTLS encryption, generate unique cert per connection and fingerprint will be written to file to simulate passing through an online service.
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>/Projects/Lyra/Source/LyraGame/System/LyraGameInstance.cpp:39
Scope (from outer to inner):
file
namespace Lyra
Source code excerpt:
static bool bTestDTLSFingerprint = false;
static FAutoConsoleVariableRef CVarLyraTestDTLSFingerprint(
TEXT("Lyra.TestDTLSFingerprint"),
bTestDTLSFingerprint,
TEXT("If true and using DTLS encryption, generate unique cert per connection and fingerprint will be written to file to simulate passing through an online service."),
ECVF_Default);
#if !UE_BUILD_SHIPPING
static FAutoConsoleCommandWithWorldAndArgs CmdGenerateDTLSCertificate(