The drone will always move forward (W) in that direction in the image.
What you can do is modifing your input values:
Try to play around these 2 values either by multiply by -1 or switching betw them depending on which direction you want your drone to move.
Then in your DroneBP, you can locally rotate your mesh drone to move in the direction you just set up.

