Navigation
API > API/Runtime > API/Runtime/Engine
Default settings for physics replication using EPhysicsReplicationMode::Resimulation
| Name | FPhysicsReplicationResimulationSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h |
| Include Path | #include "PhysicsEngine/PhysicsSettings.h" |
Syntax
USTRUCT ()
struct FPhysicsReplicationResimulationSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPhysicsReplicationResimulationSettings() |
PhysicsEngine/PhysicsSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableResimulationErrorAngularVelocityThreshold | bool | Enable angular velocity error threshold to trigger resimulation | PhysicsEngine/PhysicsSettings.h |
|
| bEnableResimulationErrorLinearVelocityThreshold | bool | Enable linear velocity error threshold to trigger resimulation | PhysicsEngine/PhysicsSettings.h |
|
| bEnableResimulationErrorPositionThreshold | bool | Enable positional error threshold to trigger resimulation | PhysicsEngine/PhysicsSettings.h |
|
| bEnableResimulationErrorRotationThreshold | bool | Enable rotational error threshold to trigger resimulation | PhysicsEngine/PhysicsSettings.h |
|
| ResimulationErrorAngularVelocityThreshold | float | Enable angular velocity error threshold to trigger resimulation and set velocity degrees / second before a state discrepancy triggers a resimulation | PhysicsEngine/PhysicsSettings.h |
|
| ResimulationErrorLinearVelocityThreshold | float | Enable linear velocity error threshold to trigger resimulation and set velocity difference in centimeters / second before a state discrepancy triggers a resimulation | PhysicsEngine/PhysicsSettings.h |
|
| ResimulationErrorPositionThreshold | float | Enable positional error threshold to trigger resimulation and set distance in centimeters before a state discrepancy triggers a resimulation | PhysicsEngine/PhysicsSettings.h |
|
| ResimulationErrorRotationThreshold | float | Enable rotational error threshold to trigger resimulation and set rotation difference in degrees before a state discrepancy triggers a resimulation | PhysicsEngine/PhysicsSettings.h |
|