You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The LOD difference means that we may add LODs to the source system before duplicating, then duplicate, then remove the added LODs again. That invalidates the soloing information, which we then try to access for a previously non-existent LOD level, and crash. Now updating the soloing setup after adding new LODs. [CL 2613626 by Olaf Piesche in Main branch]