Duplicate or copy procedural mesh component

It seems wasteful unnecessarily expensive to re-construct procedural meshes every time you want a duplicate of that mesh. Is there a better way? A way to duplicate the procedural mesh?

1 Like

I have been trying to minimize duplication times for large tri-count meshes. Have you found any solutions?

Yes I have learned that it is simply not a scalable solution for rendering custom geometry during runtime.