How do i make this point n click movement for a spaceship?

Hello everyone, as a new user of Unreal Engine, i’m trying to remake this movement i made in Godot. but i need some help :smiley: Appreciate all the help you can give <3

When you press with the mouse cursor, the spaceship will accelerate toward the forward vector and start rotating toward the target.
And when i hold the mouse button down, the spaceship will continue to move and follow the mouse.

Here is an example of the desired movement
Godot_v4.2-rc1_win64_EktOdN65WA

Can I use move to location? But then I cannot rotate toward the target cause it’s already moving to it :thinking::thinking:

Hello.

You need to disable Use controller rotation on your charecter and change it using mouse screen location and lerp.

Or use rotatin speed.