Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Legacy combined struct retained only for the deprecated FRigUnit_SpawnDynamicsSolver pin layout. Replaced by FRigDynamicsSimulationSpaceMotion (with drag and inertial settings nested) and a peer FRigDynamicsTeleportDetectionSettings as of FRigDynamicsObjectVersion::SimulationSpaceRegrouping. Use ConvertLegacyDynamicsSimulationSpaceSettings to populate the new structs from this one.
| Name | FRigDynamicsSimulationSpaceSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsData.h |
| Include Path | #include "RigDynamicsData.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigDynamicsSimulationSpaceSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngularAccelerationThresholdForTeleport | float | RigDynamicsData.h |
|
|
| bClampAngularAcceleration | bool | RigDynamicsData.h |
|
|
| bClampAngularVelocity | bool | RigDynamicsData.h |
|
|
| bClampLinearAcceleration | bool | RigDynamicsData.h |
|
|
| bClampLinearVelocity | bool | RigDynamicsData.h |
|
|
| bTeleportFromAngularAcceleration | bool | RigDynamicsData.h |
|
|
| bTeleportFromLinearAcceleration | bool | RigDynamicsData.h |
|
|
| bTeleportFromOrientationChange | bool | RigDynamicsData.h |
|
|
| bTeleportFromPositionChange | bool | RigDynamicsData.h |
|
|
| LinearAccelerationThresholdForTeleport | float | RigDynamicsData.h |
|
|
| MaxAngularAcceleration | float | RigDynamicsData.h |
|
|
| MaxAngularVelocity | float | RigDynamicsData.h |
|
|
| MaxLinearAcceleration | float | RigDynamicsData.h |
|
|
| MaxLinearVelocity | float | RigDynamicsData.h |
|
|
| OrientationChangeThresholdForTeleport | float | RigDynamicsData.h |
|
|
| PositionChangeThresholdForTeleport | float | RigDynamicsData.h |
|
|
| SpaceMovementAmount | float | Overall multiplier on the effects of simulation space movement on the simulation. | RigDynamicsData.h |
|
| VelocityScaleZ | float | Multiplier on the components of vertical velocity and acceleration of the simulation space that is passed to the simulation. | RigDynamicsData.h |
|