How to create a Dash System that Knockbacks other Characters?

To push away from player A, could just get their velocity when the hit happens to knock player b in the movement direction. May want to multiply the velocity to give it more oomph though. Or use the FindLookAtRotation node from player b to player a and multiply by -1 to find the away direction.