You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
TTP# 343066 - CRITICAL: Regression: EDITOR: GameName case not detected when having Always load last project on startup checked It was possible for the Core modules to load before some of the code paths in LaunchEngineLoop had finished setting the GGameName variable correctly. This resulted in FGenericPlatformMisc::GameDir caching the incorrect GameDir path, and subsequently caused FConfigCacheIni::InitializeConfigSystem to load the wrong set of config files. ReviewedBy Robert.Manuszewski [CL 2244310 by Jamie Dale in Main branch]