Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/FPhysicsControlSparseData
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category=PhysicsControl,
Meta=(ClampMin="0.0", editcondition="bEnableLinearDampingRatio"))
float LinearDampingRatio
Remarks
The amount of damping associated with the linear strength. A value of 1 Results in critically damped motion where the control drives as quickly as possible to the target without overshooting. Values > 1 result in more damped motion, and values below 1 result in faster, but more "wobbly" motion.