backchannel.logerrors
backchannel.logerrors
#Overview
name: backchannel.logerrors
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Logs packet errors
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/Experimental/BackChannel/Source/BackChannel/Private/Transport/BackChannelConnection.cpp:31
Scope: file
Source code excerpt:
int32 GBackChannelLogErrors = 1;
static FAutoConsoleVariableRef BCCVarLogErrors(
TEXT("backchannel.logerrors"), GBackChannelLogErrors,
TEXT("Logs packet errors"),
ECVF_Default);
FBackChannelConnection::FBackChannelConnection()
{
Socket = nullptr;