I want to use HISM’s to ensure that the actors in my level can maintain their individual LOD’s when I merge them, rather than ISM’s since as far as I am aware they will then all use one and the same LOD. (Correct me if that is wrong)
The question is, would that cause issues with culling as well when I merge all the HISM’s into one actor? Intuitively I would say ‘yes’, but I don’t really know how I can check if culling is happening in the editor or not.
I really wish they would implement a per instance occlusion culling for HISM’s, maybe GPU based one.
If you use the console command FreezeRendering then you can see what is occluded and what is left eating up GPU cycles.