You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Fixed so all headers that are supposed to be included independently can compile (there are headers that must be included through other headers) * Added HEADER_UNIT_SKIP to headers that must be included through others * Added HEADER_UNIT_UNSUPPORTED to headers that are not supported by platform but is part of the include list anyway (files in Clang folder and pthread files). * Added HEADER_UNIT_UNSUPPORTED to headers that have bad dependencies and include files from modules they don't depend on. (KeyChainUtilities.h and PackageWriter.h) #preflight 637281309e3bea8079feb733 #rb devin.doucette [CL 23127795 by henrik karlsson in ue5-main branch]