Navigation
API > API/Plugins > API/Plugins/ControlRigPhysics
Master gain plus per-term gains on the four pseudo-forces that Chaos Immediate Physics applies in non-world simulation space. The master Amount continues to act through input-vector pre-scaling (legacy Physics path); the per-term gains wire directly into the matching Chaos::FSimulationSpaceSettings::*Alpha fields. Field names mirror FRigDynamicsInertialForceSettings exactly. Effective gain on each pseudo-force term is Amount *
| Name | FRigPhysicsInertialForceSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigPhysics/Source/ControlRigPhysics/Public/RigPhysicsData.h |
| Include Path | #include "RigPhysicsData.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigPhysicsInertialForceSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Amount | float | Master multiplier on the effects of simulation space movement on the simulation. | RigPhysicsData.h |
|
| AngularEulerAmount | float | Gain on the angular Euler pseudo-force (alpha_frame x r term). | RigPhysicsData.h |
|
| CentrifugalAmount | float | Gain on the centrifugal pseudo-force (-omega x (omega x r) term). | RigPhysicsData.h |
|
| CoriolisAmount | float | Gain on the Coriolis pseudo-force (-2 omega x v_p term). | RigPhysicsData.h |
|
| LinearEulerAmount | float | Gain on the linear Euler pseudo-force (response to the actor's linear acceleration; -a_frame term). | RigPhysicsData.h |
|