2d side scroller game. Object impulse the chraracter

Hello!!, so i´m creating a 2d side scroller game and i need that the objects that causes damage to my character impulses him when he touches them, so do you know the nodes i need to get that ?

Thank You

Your character has an OnHit node, that gives you the Impulse applied to it, based on the weight and speed-difference of the other actor, as well as the Hit Result (which you can break up, to retrieve specific information about where the hit happened, angles, etc… )

This requires Physics to be enabled on both Actors, though.

Another option is the Launch Character blueprint node. I think this one can work even if the physics simulation is not enabled on the Character, but I’m not sure.