Hello,
I have a large collection of separate UStaticMesh, too many to be rendered as individual components, so I want to bake them into a single UStaticMesh somehow. This must be done on the fly as the collection I want to show depends on some user interactions (such as selections).
Can somebody give me a hint on how this could be done ? Or maybe even some example code which might be suitable for this kind of task ?