You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
PUSH_MACRO/POP_MACRO had issues with non-parameterized macros, as they would stringize the expanded macro value rather than the name of the macro itself. The UE_PUSH_MACRO/UE_POP_MACRO versions take the macro name as a string to avoid this issue. #rb Steve.Robb #preflight 6086dd303938bf0001e1a5cc [CL 16115890 by Jamie Dale in ue5-main branch]