I would like to have a material that I can apply to any static mesh and then trigger a “disintegration” visual effect by splitting the mesh in its surfaces and then offset those surfaces from the pivot. Similar to an explosion. The single surfaces can not longer be connected together.
But I dont want to use Chaos (would require making a geometry collection for each mesh) or niagara particles (other shapes) for that.
The effect is similar to hitting a destroyable actor in Fortnite, where the material shakes beyond its mesh limits (no collision adaption tho).
Does anyone have a link to a tutorial or PBR setup for that?