You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- _Static_assert should be handled on the global scope. - GetCurrentToken() doesn't advance to the next token, you have to PeekToken() and then MatchToken. - No output was written on successful parsing of _Static_assert - Removing debug assert when writing static_assert code back out. #rb Laura.Hermanns [CL 32250433 by christopher waters in ue5-main branch]