How to smoothly rotate a 2.5D character

Hi, I’m trying to adapt the Sidescroller 3D template to my project. In this template, the character rotates smoothly, but if you stop pressing the button on the middle of rotation, the character stops too, and stand facing the camera.
I want to keep with this rotation, but I want the character turns immediatly once you press the button.
I’ve read [this][1] thread, but if I change the value of Z-Axis of Combine Rotators and Interp Speed of RInterp To, the character doesn’t rotate properly, doesn’t complete the rotation, but if I leave the values null, the character rotates very fast.

I’ll be very grateful if you could help

i use timelines to blend the 2 rotations. i don’t know if that is the official way of doing it but it certainly works

I’ve changed rotation rate in character movement to 360, and is working now, thanks to all!