Actor merging generate bad UV map

Hi,
Using this settings:

I’m trying to combine two meshes with those UV maps:

Merging the two meshes produce a mesh with 3 UV channel. Channel 0 and 3 are empty and channel 1 is like this:

Obviously, the generated UV map is just the one UV map on top of the other UV map and of course the result is overlapping lightmap error and something like this:

At right side it’s the two meshes, at left it’s the combined mesh using UVChannel 1 as UV map

Open up your merged mesh in static mesh viewer, and check these params:

Source lightmap index indicates UV channel, islands from which will be used to generate lightmap UV.
Destination lightmap index is UV channel, where new lightmap will be placed.

Try both to 1 and 1

Also, the issue you are having, could occur due to unclean mesh, so make sure it has no unwelded vertices or something similar to that.

Thanks, you’re right! Changing source and destination index to 1 create a good UV map. But why I have to do this for every merged mesh? Source meshes were using 0 has source and 1 has destination. The merged mesh was generated with UVchannel 1 has target lightmap.

I don’t think you need to do it for every mesh. I’ve used actor merging just yesterday on 4.13.1 and did not have to tweak anything afterwards.

I reckon there was a bug with lightmap index in 4.13 and it was supposed to be fixed in 4.13.1 or 4.14. Not sure. Maybe that is the cause

So yes, it looks like the bug is still here