net.Iris.EnableForceNetUpdate
net.Iris.EnableForceNetUpdate
#Overview
name: net.Iris.EnableForceNetUpdate
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When true the system only allows ForceNetUpdate to skip the poll frequency of objects. When false any MarkDirty object will be immediately polled.
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/ObjectReplicationBridge.cpp:84
Scope: file
Source code excerpt:
static bool bEnableForceNetUpdate = false;
static FAutoConsoleVariableRef CVarEnableForceNetUpdate(
TEXT("net.Iris.EnableForceNetUpdate"),
bEnableForceNetUpdate,
TEXT("When true the system only allows ForceNetUpdate to skip the poll frequency of objects. When false any MarkDirty object will be immediately polled.")
);
UObjectReplicationBridge::FCreateNetRefHandleParams UObjectReplicationBridge::DefaultCreateNetRefHandleParams =
{