Changing the orientation of an actor on holding a button

Hi.
Remember this: lerp or rinterp nodes MUST be used in tick event. Because if you want smooth rotation, you must update location/rotation every frame… another possible way is timeline… or set timer with fast-continuous firing… but imo best is to keep lerp in tick…