Description
Retrieves the simulation space data that were generated during the simulation step, so the values returned will relate to the previous update if the solver has not yet been stepped.
Information
| Plugin | ControlRigPhysics |
| Category | RigPhysics |
| Tags | Debug |
| Type | FRigUnit_GetPhysicsSolverSpaceData |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| PhysicsSolverComponentKey | The solver to relate this new physics element to | Rig Component Key | (ElementKey=(Type=Bone,Name=""),Name="PhysicsSolver") |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| LinearVelocity | The velocity of the simulation space (in world space) | Vector | |
| AngularVelocity | The angular velocity of the simulation space (in world space) | Vector | |
| LinearAcceleration | The linear acceleration of the simulation space (in world space) | Vector | |
| AngularAcceleration | The angular acceleration of the simulation space (in world space) | Vector | |
| Gravity | The gravitational acceleration that will be applied (in simulation space) | Vector |