net.Iris.RemapDynamicObjects
net.Iris.RemapDynamicObjects
#Overview
name: net.Iris.RemapDynamicObjects
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Allow remapping of dynamic objects on the receiving end. This allows properties previously pointing to a particular object to be updated if the object is re-created. Default is true.
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/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationReader.cpp:80
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static bool bRemapDynamicObjects = true;
static FAutoConsoleVariableRef CvarRemapDynamicObjects(
TEXT("net.Iris.RemapDynamicObjects"),
bRemapDynamicObjects,
TEXT("Allow remapping of dynamic objects on the receiving end. This allows properties previously pointing to a particular object to be updated if the object is re-created. Default is true."));
static bool bResolvedObjectsDispatchDebugging = false;
static FAutoConsoleVariableRef CvarResolvedObjectsDispatchDebugging(
TEXT("net.Iris.ResolvedObjectsDispatchDebugging"),