The “slowdown” could possibly be caused by the max movement speed allowed by the player. Possibly modifying the movement component inside C++ would allow you to resolve this issue. As far as the jumping away at an angle, I’d suggest decreasing your jump impulse and/or increasing the player’s mass.