You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- modify versioning mechanisms to use UEMETADATA pragmas - update commands which generate version.ush files to generate such pragmas instead of comments - include the above pragma-driven version(s) in the input hash when preprocessed job cache is enabled (not needed for the disabled case since as before the entire contents of the version files are hashed) - fix bug in stb_preprocessor that was causing it to stop expanding macros if any diagnostic was encountered (and rename the array field storing diagnostic messages to diagnostics, since it contains more than just errors) #rb Yuriy.ODonnell [CL 27515060 by dan elksnitis in ue5-main branch]