Hey guys, so I’ve spend quite a while trying to get a projectile to destroy an enemy pawn based on damage but I’m stuck on getting the enemy pawn to receive the damage.
Here’s the blue print for the projectile:
The projectile seems to be working. I’ve used breakpoints on every part of it and it all works perfectly.
But when I add a break point to “event any damage” it never goes off. I’m not sure why? Does anyone have any ideas as to why this is happening? I really appreciate any help.
I realise this is an old post but for anyone wondering, you might need to make sure your Blueprint has “Can be Damaged” checked in your class defaults details panel.
I’m actually so mad that worked. I’ve been tearing my hair out for 7 hours trying to figure this out, and its just a collision preset. Coding is so finicky.
I just encountered an example of this where almost nothing worked right, including changing the collision presets or even custom collision channels which is normally the sure fix. I ended up applying point damage to the object that I apply the physics material to. In this case it is metal itself