You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Issues with these globals have been found while loading a Module referencing Remote Control on Mac OS. The module was being loaded in PostConfigInit phase. Possibly, the Remote Control globals were being initialized before the UObject system was loaded, thus causing a crash. This CL converts those globals to static members of static functions, so that they are initialized only when requested, implying that the UObject system is loaded by then. #rb Juan.Portillo [CL 30375646 by dario mazzanti in ue5-main branch]