[4.15] Issues with Map Build Data

Hi,
I’m having issues with Map Build Data file and level streaming.

We are using a master level that cointains all the existing levels, so what we do is to show and hide the levels depending on what point of the game the player is.
The light is being built inside each “sublevel”. But there’s one level that is not loading correctly, the light showed in the master level doesn’t match with the light showed inside the sublevel. I have no idea why is this happening… I think maybe is something about that new file “BuiltData” that is not being loaded correctly or something like that, because each time I load the master level, it says “failed to import for MapBuildDataRegistry”, referencing to the sublevel BuiltData.
In fact, all the light data from the sublevel has gone and I have to build lights… again…

No one knows what’s happening?

Hey Darxen,

Would happen to have a steps for me to reproduce this issue on my end?

I did find a couple of known issues regarding the Map Build Data registry/asset. Read over the two bugs provided in the links below and let me know if you think your issue pertains to one or both.

UE-44197

UE-37030

Let me know if you have additional questions.

Thank you,

Yes, sorry for not updating.

It was the UE-44197 issue. It’s solved.

Thank you so much.