Angular damping (Rotation) for single axis?

My mesh is using the BP “Set Angular Damping.” But I need the BP to apply only for one axis. The only float however is ‘InDamping’ for the strength of the damping effect. How do I apply damping to only one axis? Should I use a different BP or possibly break the rotation somehow? But if I break rot there is nowhere to input it.

Get the angular velocity then add an opposite velocity to current,

Example:

I’m having trouble finding/creating that vector multiplier that splits the xyz as floats. Also the “Set physics angular velocity” is only one solid vector instead of three floats. I tried experimenting with custom math expressions but couldn’t find an answer. How are you creating these results?

Just figured out right-clicking on the pins allows me to split it’s structure. This blueprint setup you mentioned works perfectly. Thank you.