net.BitReader.EnsureOnOverflow

net.BitReader.EnsureOnOverflow

#Overview

name: net.BitReader.EnsureOnOverflow

This variable is created as a Console Variable (cvar).

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:29

Scope (from outer to inner):

file
namespace    UE::Net

Source code excerpt:


	static FAutoConsoleVariableRef CVarEnsureOnOverflow(
		TEXT("net.BitReader.EnsureOnOverflow"),
		GEnsureOnOverflow,
		TEXT("Ensures if BitReader overflows. 'BitReader.LogFatalOnOverflow' takes precedence over this, if set."));
}

// Optimized arbitrary bit range memory copy routine.