You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Somehow one of my projects ended up with many of the same key. The code that was handling loading of these had an assumption that each key would only appear once in the list (fixed.) Example of duplicate keys that would cause this to crash: [/Script/WindowsTargetPlatform.WindowsTargetSettings] TargetedRHIs=PCD3D_SM5 TargetedRHIs=PCD3D_SM4 TargetedRHIs=PCD3D_SM5 TargetedRHIs=PCD3D_SM4 TargetedRHIs=PCD3D_SM5 TargetedRHIs=PCD3D_SM4 TargetedRHIs=PCD3D_SM5 TargetedRHIs=PCD3D_SM4 TargetedRHIs=PCD3D_SM5 TargetedRHIs=PCD3D_SM4 [CL 2510529 by Mike Fricker in Main branch]