Hello.
We are trying to use LevelInstanceOverrides, but are encountering a lot of problems with it.
I tried to follow the instructions here for enabling it, but as soon as I try to override something in a level instance, things start to crash.
Initially I thought we just had issues with actors with soft object ptr to each other, so I wanted to recreate the issues in a sample project. But in the sample project I also have the same type of issues in really simple setups. I’m wondering if I’m doing something fundamentally wrong, like I missed a step or something.
The project is 5.7.4 from the EpicLauncher.
In the attached project, I have enabled overrides in the options and modified DefaultEngine.ini to include
[/Script/Engine.LevelInstanceSettings]
PropertyOverridePolicyClass=/Script/Engine.LevelInstancePropertyOverrideSamplePolicy
I made a main level, and an actor blueprint that prints its name on BeginPlay and the possibility to link too another actor and print its name also.
I made a level with a single actor in it and a level with two actors in them so thay I could test linking them (what I thought my real issue was). And then I wanted to override the level instances to change the names so that its visible on start if it works or not.
The project is very small and issues happen instantly. I’m not 100% sure how to get to this state. This is what I did.
- Add Lonely to the map, no problems
- Add Lonely2 to the map and override the name. Still no problems
- Add Friends to the map, no problem
- Edit Friends map to have Alba and Allan linked to each other. Start playing, problems. Hit check and Lonely2 is missing
- Remove Friends from map to get back to state of #2, start playing, still problems. Hit check and Lonely2 is missing
- Restart editor, start playing, still same problems
I’m not sure what happened between step 2 and 5 to make it so that nothing seems to work and trying to undo the changes doesn’t help. Maybe if I just did step 1, 2 and then re-loaded the map before playing I would have the same issue immediately.
Can you get it to work? Can you manage to place the friends, override the level instance and change their names?
Everyone.png(98.3 KB)
Crash.png(1010 KB)
Lonely.png(151 KB)
Explanation.png(189 KB)


