Take damage when colliding with any mesh and/or landscape?

I’d like my floating pawn to take damage from colliding with any mesh in the scene (walls, ceilings, objects, etc) and/or landscape. What’s the best way of accomplishing this?

I already have a health setup. I just don’t know how to apply the damage.

A pawn with a floating movement component will generate Event Hit so you can use that as is:

Or, if you want to leverage the actual damage system (because it comes with Features), you can have the Pawn hurt itself => the nodes on the right.

Thanks, that helped!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.