You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Introduced the FMetasoundMacroDescriptor to UGatherTextFromSourceCommandlet to support and parse METASOUND_PARAM() macros and fix related warnings. - Fixed a bug in UGatherTextFromSourceCommandlet where macros that look like the below example are not parsed properly. The ',' on the second line does not cause the previous parameter to be registered and concatenantes Param2 and Param3. MYMACRO(Param1, "Param2" , "Param3") -Added LOC_DEFINE_REGION guards to MetasoundParamHelper to prevent the macro from being gathered and generate warnings. - Fixed support for C++11 raw strings to have delimiters that do not start with an alpha numberic character e.g _JSON as a delimiter. #rnx #rb: Jamie.Dale, Vincent.Gauthier #preflight: 6220d9876a33f9b416a8e151? #jira: UE-143620 #lockdown: Mitchell.Wilson #ROBOMERGE-AUTHOR: leon.huang #ROBOMERGE-SOURCE: CL 19274859 in //UE5/Release-5.0/... via CL 19275159 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v924-19243027) [CL 19276653 by leon huang in ue5-main branch]