How to destroy just a piece of Destructible Mesh? How to get it and destroy it? - Urgent

Hello guys!

I’m trying to destroy pieces of the Destructible Mesh when something happens.
I can get the piece in question elsewhere on my blueprint. I managed to do just about everything, I just can’t destroy a specific piece.

I can get the piece I want, but I haven’t found any function to destroy or hide the piece of the destructible mesh.
In the options I found I can obtain the “Component” or “Actor” (in this case, the destructible mesh), but there is no option to define which “Bone” or “Piece” would be deleted or hidden.

Please, could someone help me?

I believe there is a way to do this, but it is not widely publicized.

Thank you in advance for your help.

I don’t think it’s possible with Destructible Mesh. Maybe it is chaos, but I’m not sure

I appreciate your response, Blackforcedragon.
After a while “spending my brain” I found a not-so-good solution, but it already serves something. I was getting the pieces, but I changed the way to get them and instead of trying to destroy them I hid them or left each desired piece invisible.

After obtaining the piece just add in the order:
1 - “Cast to DestructibleActor”;
2 - Get Socket Bone Name;
3 - Hide Bone by Name.

I hope that one day, maybe it will help someone.

After obtaining the piece just add in the order:
1 - “Cast to DestructibleActor”;
2 - Get Socket Bone Name;
3 - Hide Bone by Name.

I hope that one day, maybe it will help someone.

1 Like