Files
UnrealEngineUWP/Engine/Source/Runtime/Launch
jamie dale 1efd504465 Fixed static initialization order issue when binding FTextLocalizationManager::OnPakFileMounted
The FTextLocalizationManager constructor would run before the FCoreDelegates::OnPakFileMounted constructor, resulting in the FTextLocalizationManager::OnPakFileMounted binding being cleared. This binding is now made from BeginPreInitTextLocalization which runs before the PAK file loader is created.

#rb none
#rnx


#ROBOMERGE-SOURCE: CL 11125855 via CL 11126351 via CL 11126451
#ROBOMERGE-BOT: (v640-11091645)

[CL 11126561 by jamie dale in Main branch]
2020-01-28 05:18:51 -05:00
..