If I understand correctly, you just have a planar projection. In this case, the verts of the sides are merged on the uvs, so unreal can't generate proper lightmap uvs from it (like I mentioned above, it just re-packs the existing 1st channel). Either make a lightmap uv by hand, by using box projection instead of planar,…