How to dash in a direction

So could anyone give me very simple example of how to dash smoothly? from say current position right.
I cant really find much online, most things no longer work or lack information explaining, if its possible a good explanation from it as well so i can learn and understand if you have the time to write it up.

thank you for taking the time to read this.

get the current position. Move it using a timeline x distance in whatever direction you want. Pretty simple. Just apply some animation effects for it to make it pretty

step by step how to make and wire character:
https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/CharacterMovement/Blueprints/Setup_1/index.html

it can jog, not dash sadly.