Destroy object

Hello, I have a boat which is an actor blueprint. It is invisible and it appears when I’ve destroyed two boats (they are destructible mesh). I want to destroy this new blueprint too, but if the boat is a destructible mesh it can be destroyed when it’s invisible. I think I should replace the mesh with the destructible mesh, but I don’t know how doing it. What can I do?

Thank you!!

Is there any reason you couldn’t spawn the new boat after the first two are destroyed rather than spawning prior and making it visible?

No, it isn’t. It was the only way I could think of doing it.