You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Changed Core module to use Core.h (removed CorePrivate.h) - CorePrivate.h only included Core.h, so their PCHs were identical other than name - Does not affect modular builds, as we need different defines for DLLExport/DLLImport for private and public PCH headers [CL 2221011 by Mike Fricker in Main branch]