How to do a directional dodge with timeline?

I mean velocity grows in direction? which character’s going at the mometnt. I tride (GetActorLocation() - GetLastInputVector()).Normolize, but it does not work. How can i do this? This is an example of how i did dodge
And also i do not use LaunchCharacter(), this function is bad