So I have an actor which is static, and has some static meshes. I’d love to bake it individually and spawn it whenever I want to use it.
I am planning to proceduraly generate the level and for that I want to instantiate these block actors as and when required and for them I want to use baked lighting, dynamic lighting is gonna make whole system slow. How do I do it?