I am relatively new to Unreal Engine development, and I am having issues with the GPU Lightmass light baking.
The difference between CPU and GPU Lightmass is pretty big, and I don’t understand what I am doing wrong.
I have looked through the forum and tried a lot of what people suggested.
I have made sure all the meshes have “Cast Shadows” and “Static Shadows” checked.
I have also changed the lighting map override size to a bigger resolution.
I have made sure that lumen is completely disabled, and hardware raytracing support turned on.
I can bake the lighting with CPU and it turns out fine, but it takes significantly longer than my GPU.
It looks like they are not building surface lightmaps at all, even the walls don’t have any of the light from the cone.
When this only happens in GPU lightmass it is usually because the geometry type isn’t supported by hardware raytracing (brushes, procedural meshes, spline meshes, etc.)