Problem with Destructible Mesh

Hey!

I create a DM and add it to BP (building model) so when building’s health <= 0 the DM will be shown and break.
So for better understanding, I change the DM building so it’s easy to see what happening with the DM.

this is the BP

this is the DM settings

and this is the result:

btw, when I took the DM and applied it in the scene and enabled Simulate Physics it work, but with the BP even if I enable simulate physics it doesn’t work.

Thanks for help! :slight_smile:

Hi YoniBE,

If you replace this with a cube mesh as a test, do you see the same problem occurring when you swap out the destructible?

If not, this could be a problem with the destructible itself. Also try just placing the DM in the scene and have your character destroy it with its default settings and not with it being spawned from a BP.

It looks like it may be being reset when it’s destroyed to, which could be something with the logic in the BP.

Let me know what you find.

Tim

Hi
It was a small logic problem with the BP. :stuck_out_tongue:
The call was on tick and I forgot to add a “DoOnce” node. hahaha