How do I draw a debug line in the direction of my movement input?

Hi, sorry delayed response, I think you might need something like this.

If you want to make it happen camera rotation related instead of actor rotation related then try something like this, notice I dragged a Follow Camera to BP and get its world rotation instead of the Actor Rotaion. (also only showing for A/D same would be for W/S)

Regards.