+++ EDIT: The problem has been fixed, but I cannot delete the post. Thanks! +++
Hello!
In this scenario I have a projectile and a pawn. This pawn is not simulating physics until it is hit by the projectile, when I then enable physics, and want to add a force to push it from the direction the projectile hit it from.
As the code is right now, when the character is hit by the projectile, it gets a very strong force impulse and flies in the direction the projectile came from. This is not what I want, as I want the character to be slightly pushed back (as opposed to the mega force it is receiving right now) and move away from the direction of the projectile (opposite of what it’s doing).
Kindly let me know if I’m doing anything wrong, or how I can improve this system.
Thank you very much in advance!