UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPhysicsReplicationResimulationSettings Struct Reference

#include <PhysicsSettings.h>

Public Member Functions

 GENERATED_BODY ()
 
 FPhysicsReplicationResimulationSettings ()
 

Public Attributes

bool bEnableResimulationErrorPositionThreshold
 
float ResimulationErrorPositionThreshold
 
bool bEnableResimulationErrorRotationThreshold
 
float ResimulationErrorRotationThreshold
 
bool bEnableResimulationErrorLinearVelocityThreshold
 
float ResimulationErrorLinearVelocityThreshold
 
bool bEnableResimulationErrorAngularVelocityThreshold
 
float ResimulationErrorAngularVelocityThreshold
 

Detailed Description

Default settings for physics replication using EPhysicsReplicationMode::Resimulation

Constructor & Destructor Documentation

◆ FPhysicsReplicationResimulationSettings()

FPhysicsReplicationResimulationSettings::FPhysicsReplicationResimulationSettings ( )
inline

Member Function Documentation

◆ GENERATED_BODY()

FPhysicsReplicationResimulationSettings::GENERATED_BODY ( )

Member Data Documentation

◆ bEnableResimulationErrorAngularVelocityThreshold

bool FPhysicsReplicationResimulationSettings::bEnableResimulationErrorAngularVelocityThreshold

Enable angular velocity error threshold to trigger resimulation

◆ bEnableResimulationErrorLinearVelocityThreshold

bool FPhysicsReplicationResimulationSettings::bEnableResimulationErrorLinearVelocityThreshold

Enable linear velocity error threshold to trigger resimulation

◆ bEnableResimulationErrorPositionThreshold

bool FPhysicsReplicationResimulationSettings::bEnableResimulationErrorPositionThreshold

Enable positional error threshold to trigger resimulation

◆ bEnableResimulationErrorRotationThreshold

bool FPhysicsReplicationResimulationSettings::bEnableResimulationErrorRotationThreshold

Enable rotational error threshold to trigger resimulation

◆ ResimulationErrorAngularVelocityThreshold

float FPhysicsReplicationResimulationSettings::ResimulationErrorAngularVelocityThreshold

Enable angular velocity error threshold to trigger resimulation and set velocity degrees / second before a state discrepancy triggers a resimulation

◆ ResimulationErrorLinearVelocityThreshold

float FPhysicsReplicationResimulationSettings::ResimulationErrorLinearVelocityThreshold

Enable linear velocity error threshold to trigger resimulation and set velocity difference in centimeters / second before a state discrepancy triggers a resimulation

◆ ResimulationErrorPositionThreshold

float FPhysicsReplicationResimulationSettings::ResimulationErrorPositionThreshold

Enable positional error threshold to trigger resimulation and set distance in centimeters before a state discrepancy triggers a resimulation

◆ ResimulationErrorRotationThreshold

float FPhysicsReplicationResimulationSettings::ResimulationErrorRotationThreshold

Enable rotational error threshold to trigger resimulation and set rotation difference in degrees before a state discrepancy triggers a resimulation


The documentation for this struct was generated from the following file: