np2.Resim.ApplyTargetsWhileResimulating
np2.Resim.ApplyTargetsWhileResimulating
#Overview
name: np2.Resim.ApplyTargetsWhileResimulating
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If false, target states from the server are only applied on rewind. If true, target states from the server are applied during resimulation if there are any available.
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/Chaos/Private/PBDRigidsSolver.cpp:415
Scope (from outer to inner):
file
namespace PhysicsReplicationCVars
namespace ResimulationCVars
Source code excerpt:
{
bool bApplyTargetsWhileResimulating = false;
static FAutoConsoleVariableRef CVarResimApplyTargetsWhileResimulating(TEXT("np2.Resim.ApplyTargetsWhileResimulating"), bApplyTargetsWhileResimulating, TEXT("If false, target states from the server are only applied on rewind. If true, target states from the server are applied during resimulation if there are any available."));
}
}
namespace Chaos
{
using namespace CVars;