I want to respawn my destructible mesh after 20 seconds from been destroyed completly, so i created a BP with a destructible component and mesh, and every X ticks it restores the destructible mesh… the problem is that this tick keeps restoring the destructible all the time, creating tons of meshes, one on top of the other…. so, i whant to find a way to enable the tick… only if the mesh has been destroyed, but i canot find anything in the destructible component that might help and confirm that the mesh has been destroyed, so the tick becomes enable for 1 second, what can i do?
How is it that your mesh is defined as ‘destroyed’?
Could you possibly start a Retriggerable Delay after its destruction, with the output of that creating a new mesh?
Yes, what i did was actívate the hit event, each time my desctructive gets hit once, the timer starts
The problem is that, my destructibles never get completly destroy with 1 impact, so, sometimes stay semi-destroyed… and then second destructible mesh that should replace it… overrides it… so now i have 2 meshes… i have no idea how to “replace” the original destructible, instead of “respawn”