Skeletal Mesh Disintegration With Niagara particles in Unreal Engine 4

I succeeded in disintegrating the mesh section wise, ie. if you have multiple material sections in a complex mesh , you can gradually disintegrate the mesh one section after another. I had to use C to read the triangle data of a given section, and pass the data over to the Niagara System for sampling.
Back to Top