You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Linker arguments for each hot-reloaded module where only being patched with that module's new name (and not *all* the new module names). Windows was unaffected by this, since it uses response files (which were being handled correctly). * Loop to rename modules in the manifest was terminating after the first modified module was found. This prevented other modules from being renamed. #rb none #fyi Steve.Robb, Michael.Trepka #jira UE-62612 [CL 5503573 by Ben Marsh in 4.22 branch]