UNREAL 4 - How to replace a destructible mesh, without override it with a second one?

Hi

I created this walls with UE destructible mesh system, you can break them piece by pice, but i want them to restore, since i cant do that…. i Will respawn them… the problema is that every time they respawn, if the previous broken Wall is not completly destroyed, it creates a second mesh over the first one, then now i have two walls one on top of the other, one clean and one broken, how can i make the node logic to “replace” a destructible mesh by another one without override it?

Please help with BP images if posible.

I found a way to replace, withouth override…But with a glitch, no way to fix it yet…

After a destructible component receives a hi, i created a delay, then “set destructible mesh” and applied the new destructible there…… the problem, is that the new destructible mesh appears with a glitch that makes the new mesh quake a Little and constantly, the glitch stops after a make a new impact…. but until then, the destructible quakes……

Any ideas how to fix it?

I dont have experience with destructible mesh and i am intersted in this as well so i researched a bit. Maybe that will help you: https://answers.unrealengine.com/questions/281830/how-can-i-check-if-a-destructable-mesh-was-destroy.html