You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Clang does not allow the text following #pragma to be expanded, and does not allow the standard _Pragma operator with multiple string literals, but does support the MSVC extension __pragma. #rb james.doverspike #preflight 6401e269a726961ed9ab40cb #tested MSVC in Debug/Test/Shipping, Clang 14 in Debug/Test/Shipping. #rnx [CL 24672046 by nicolas mercier in ue5-main branch]