net.TrackNetSerializeObjectReferences

net.TrackNetSerializeObjectReferences

#Overview

name: net.TrackNetSerializeObjectReferences

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/Engine/Private/RepLayout.cpp:79

Scope: file

Source code excerpt:


bool GbTrackNetSerializeObjectReferences = false;
static FAutoConsoleVariableRef CVarTrackNetSerializeObjectReferences(TEXT("net.TrackNetSerializeObjectReferences"), GbTrackNetSerializeObjectReferences, TEXT("If true, we will create small layouts for Net Serialize Structs if they have Object Properties. This can prevent some Shadow State GC crashes."));

bool GbWithArrayOnRepFix = false;
static FAutoConsoleVariableRef CVarWithArrayOnRepFix(TEXT("net.WithArrayOnRepFix"), GbWithArrayOnRepFix, TEXT("If true, attempt to prevent issues with Arrays not receiving OnRep calls until their size changes if their Archetypes have different values from instances in levels."));

#if WITH_PUSH_VALIDATION_SUPPORT