How can I make strafe movement in TPS Template?

I make a game protoytpe in TPS template. The simple movement is working for my character, but I want to make “Strafe left”, “Strafe right” movement. Is there any possible ways to make it in Blueprint? I think, maybe I have to break the rotation, but it’s just an idea. Could anyone send me a Blueprint picture from “strafe” movement, ot give me a hint, what can I do? Thanks!

Example: Could you set input to, left mouse + shift

29530-capture.jpg

Then from that action, set left and right movement from mouse.

I would set a bool that stops look left and right.

Thanks, I try it!

Could you send me a picture from the boolean?

This is how I stop movement when I spawn mouse. In player character.

29535-capture.jpg

I should of put this in