How to make side dash?

I use a default TPP controller blueprint and I want to modify it to make player dash in a side it’s moving (just left or right). By left or right I mean local left side of Player not right side of world.
Thanks for any help.

You need to create an animation for it. And then execute it via a hotkey that you choose. Without the animation, you can just translate the character according to his current forward vector and moving him to the left/right accordingly.