How to add Friction to a PhysicsConstraint?

How do we add friction to a PhysicsConstraint? Is because I have a PositionAngular joint that osculates, and the Damping value doesn’t affect ( because its positional not velocity ). So my question is how do we add damping to positional target setting so that the joints don’t go crazy oscillating and are precise?
Is there a PID of some sort that we can use? Is because the Spring value doesn’t remove osculations, which generate very fast and abrupt movements.

Is there a bug here or am I missing something?

Any help?

1 Like

Getting some appropriate results (UE5) by setting the “Inertia Tensor Scale” to 10 in the physics settings of the constrained Mesh-Components. Though the effect is still in world-space and not in relative-space of the Constraint. Also the parameter is not set-able in Blueprint.