How can i add impulse in a certain direction?

How can I add an impulse to an actor so they will be pushed back depending on the way they are facing?

The character movement component has an AddImpulse method, and the primitive component has an AddForce method.
Both expect a vector, you can provide the ‘forward vector’ multiplied the strength and that might work for you.

2 Likes