UE5.3 WorldSettings Lightmap count bug?

Hi, I’ve just noticed this issue as well in 5.4 when I spotted way too many lightmaps that all seem to reference the same file. I spend a good couple of hours trying to figure out if it was maybe related to external actors or using virtual textures or something similar but it’s good to know it may just be a count bug. Of course that means I actually have no idea how many lightmaps I actually have.

I have also tested in 5.5 and the bug is still present. So I put together a quick test in 4.27 with 10 static meshes and a single static point light. All lighmap resolutions were set to 64 with the packing size set to 512. This resulted in a single 512 lightmap texture as expected with LQ lightmaps disabled. In 5.4 and 5.5, this resulted in 10 lightmaps counted in world settings. So every baked asset gets counted in there but the all refence the same texture, so it’s really only 1.

Unfortunately I’m using a launcher version of the engine so I can’t make the above change, so my level is showing thousands of lightmaps which is disconcerting.