Have an actor rotate until it matches last movment input,How to continue rotation after movement?

Hey, I am trying to do a couple of things. I am still new to this, but to the point.

I am currently testing with the side scrolled template and when I move left and right, I want to have the character continue to rotate till it is facing the last forward vector. At the moment, it only rotates when the it is receiving input.

Also, how would I adjust this rotate speed?

Thanks.

EDIT:

I sorted out my issue, but have hit a new problem.

This is what I am using at the moment: http://puu.sh/pg83f/2f2d0bc4b4.png

It works how I want it, except for rotation speed. While a button is being held, it rotates properly, but when I release, it still continues to rotate to the desired location, but the closer to the target, the slower it rotates. How can I keep the rotation speed constant?

Use rinterp to constant

cheers! :slight_smile: