net.RemapStableSubobjects

net.RemapStableSubobjects

#Overview

name: net.RemapStableSubobjects

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/Net/Core/Private/Net/Core/Misc/GuidReferences.cpp:10

Scope (from outer to inner):

file
namespace    UE::Net::Private

Source code excerpt:

{
	bool bRemapStableSubobjects = true;
	static FAutoConsoleVariableRef CVarNetRemapStableSubobjects(TEXT("net.RemapStableSubobjects"), bRemapStableSubobjects, TEXT("If enabled, attempts to remap stable subobjects when net.OptimizedRemapping is also enabled."));
}

FGuidReferences::FGuidReferences(
	FBitReader&					InReader,
	FBitReaderMark&				InMark,
	const TSet<FNetworkGUID>&	InUnmappedGUIDs,