Rotating and moving simultaneosly

Hey @Rizzabh!

So to clear things up: You want it to gradually turn in that direction? Or you want it to snap to that direction?

Gradual is going to need a lerp and maybe a timeline. If you already have one for the movement you can add a float track and have a “Movement” and “Rotate” output with different speeds.

Snap you can use whatever variables you have at hand to “Set Actor Rotation” instantly.

Let us know what you’re working with! If you would like more accurate help it would help immensely to see the code! :slight_smile: