np2.EnableDefaultReplication
np2.EnableDefaultReplication
#Overview
name: np2.EnableDefaultReplication
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable default replication in the networked physics prediction flow.
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/PhysicsEngine/PhysicsReplication.cpp:85
Scope (from outer to inner):
file
namespace PhysicsReplicationCVars
Source code excerpt:
int32 EnableDefaultReplication = 0;
static FAutoConsoleVariableRef CVarEnableDefaultReplication(TEXT("np2.EnableDefaultReplication"), EnableDefaultReplication, TEXT("Enable default replication in the networked physics prediction flow."));
namespace ResimulationCVars
{
bool bRuntimeCorrectionEnabled = true;
static FAutoConsoleVariableRef CVarResimRuntimeCorrectionEnabled(TEXT("np2.Resim.RuntimeCorrectionEnabled"), bRuntimeCorrectionEnabled, TEXT("Apply runtime corrections while error is small enough not to trigger a resim."));