Flying Blueprint, how to strafe and go up and down?

I’m new to Unreal Engine and am trying to learn the basics still.

In the flying example template which I want to use for my game, I’ve got the flying roughly the way I want it but I can’t for the life of me figure out how to make my spaceship STRAFE left when pressing A and strafe right on D. I’m using mouse to rotate and turn. I also want Ascend and Descend on Space and Left Shift. I was thinking I could just re-use the same part of the script that controls forward motion and apply it to new input and directions but it wasn’t as easy as that of course and I failed miserably. Any help, suggestions or screenshots about how to do it would be very appreciated.