Hello,
I am building a stadium.
I am converting a stand made of geometry brushes to static mesh (no materials applied). After I build I get this error , and the lighting/shadows on the mesh are screwed up.
What does this mean and how can I fix it ?
Hello,
I am building a stadium.
I am converting a stand made of geometry brushes to static mesh (no materials applied). After I build I get this error , and the lighting/shadows on the mesh are screwed up.
What does this mean and how can I fix it ?
It means that the specified light map coordinate has overlapping UVs. You can try fixing it by opening your static mesh in the viewer and using the auto UV tool. It should create the new UVs in channel 1 by default but you will have to change the lightmapcoordinateindex setting to match.
Hi Robbie222,
When you open the mesh viewer you’ll need to go up to “Window” in the menu bar and select “Generate Unique UVs”
This will open up a new window under the details panel to the right.
Hit apply, as the defaults should get you started.
In the details panel you’ll need to find where it says “Lightmap Coordinate Index” and change that from 0 to 1
You can reference this image as well.
If you have any questions feel free to ask!
Tim
Thank Tim for the detailed how to. It did help with getting rid of the errors but the lighting/shadows are still not how they should be. I have created a topic on the forums regarding this issue with more details.
Thanks for linking the two. ![]()
thanks a lot i had problem with objects not showing in android and this fixed it .
These options do not look exactly the same in 4.10. Much of it is streamlined but you still need to update the Light Map Coordinate Index to 1.
Thanks for the tip Tim
You’re right, Nick. With 4.6 there was a change in generating Lightmap UVs.
Anyone interested can find the current use and setup on our Support Wiki here: A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums
When I had this problem I realized that you need to have a texture as your material. It won’t work with just a color set as a material. Unreal engine 4 don’t know where to start generating the light map, but if you have set a texture UE can use that coordinate to generate the lightmap. UE can’t generate a lightmap on it’s own.
When I had this problem I realized that you need to have a texture as your material. It won’t work with just a color set as a material. Unreal engine 4 don’t know where to start generating the light map, but if you have set a texture UE can use that coordinate to generate the lightmap. UE can’t generate a lightmap on it’s own.
Any updates for UE5. I’ve object meshes downloaded from Quixel Bridge that have this error.
How do we fix it now?
Open the mesh in the mesh editor.
I’ve tried everything people have said and have followed all the YouTube tutorials on how to fix wrapping UVs but nothing works
I randomly have this issues on models i make in the engine, but today finally i was able to resolve that issue.
In addition to above to get in the right light channel -
I fixed 9 in engine models this way after they where in the write channel " 1 ", not 0.
Thank you! It works!