Rotate physics driven actor to face direction using torque?

I have an actor that is simulating physics but when bumped, needs to gradually return to face a particular direction. I have tried apply torque and this seems to provide the correct behavior, but I cant get the vector math correct to make it turn to the correct direction.

I am definitely looking for an answer to vector math in regards to rotating constant torque in a certain direction.