BitReader.LogFatalOnOverflow
BitReader.LogFatalOnOverflow
#Overview
name: BitReader.LogFatalOnOverflow
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
LogFatal if BitReader Overflows
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/Core/Private/Serialization/BitReader.cpp:22
Scope (from outer to inner):
file
namespace UE::Net
Source code excerpt:
static FAutoConsoleVariableRef CVarLogFatalOnOverflow(
TEXT("BitReader.LogFatalOnOverflow"),
GLogFatalOnOverflow,
TEXT("LogFatal if BitReader Overflows"));
static int32 GEnsureOnOverflow = 1;
static FAutoConsoleVariableRef CVarEnsureOnOverflow(