Destructible mesh collision problem

Hi everyone,

I have a problem with Destructible meshes - Apex destruction. I wanted to create a railing. Single railing DM is working just fine.

But when I combine them (put them close to each other) in the level they affect each other. As soon as I deal damage to the first DM they all take damage and crumble. I suppose once they start to fall apart, chunks from broken DM deals damage to other DMs and they all fall apart.


I made a custom collision on DMs (put ignore on the Destructible) and it solved the problem, but it doesn’t look pretty at all. In that case, all chunks ignore each other and overlap which is not what I wanted.
Is there a way to make chunks interact with each other and have a collision with other DMs but without dealing any damage?

Thanks in advance!