Physics object rotation

After rereading your question… this won’t allow you to rotate it by applying impulses.

But you can simulate that rather easily…
Estimate the total time of rotation to make timelines, calculate the estimated total rotation change, then use the timeline to drive a lerp between initial rotation and that final rotation.

It’s extra work, but allows for what you’re wanting to do short of going into native C++ and doing vector math.