I have my custom mesh that I use to destroy. I’ve made a blueprint out of the destruction, set a health system and crossed my fingers. Unfortunatly, I have two problems.
-
The Destructible actor disappears after a few seconds right after begin play. No matter if I deal damage or not.
-
The Destructible actor receives damage and gets destroyed but completely ignores my health system I have assigned to it. I want to simulate physics only after the health is 0 or below, but ignores that.
Where lies the problem?