net.WithArrayOnRepFix
net.WithArrayOnRepFix
#Overview
name: net.WithArrayOnRepFix
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
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.
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:82
Scope: file
Source code excerpt:
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
static bool GbPushModelValidateProperties = false;
static FAutoConsoleVariableRef CVarPushModelValidateProperties(TEXT("net.PushModelValidateProperties"), GbPushModelValidateProperties,
TEXT("When true, we will compare all push model properties and warn if they haven't been marked dirty properly."));