Votes
2
Product:
Character Creator 4
Version:
4.42
Status:
Assigned
Issue 11377
The unreal engine plugin for 5.4 causes a failure to package because RLPlugin.Build.cs is incorrect
Packaging a project in unreal fails because the file RLPlugin.Build.cs consists of 89 rows of "eachRow:=" which then each generate the error pasted below.

Looking at the file in version for 5.3 (which works) the file is the same number of rows (89) but is actual code. So I'm guessing that the script that's meant to be creating this file is broken. (would attach but you don't permit.cs attachments). Please check with the developer team if the file changed between 5.3 and 5.4 and get the correct file added to the build - then issue a bugfix.

Error reported by Unreal (89 times)

UATHelper: Packaging (Windows): Errors generated while parsing 'D:\Software\SOA2024b
5.4\Plugins\RLPlugin\Source\RLPlugin\RLPlugin.Build.cs'
UATHelper: Packaging (Windows): D:\Software\SOA2024b 5.4\Plugins\RLPlugin\Source\RLPlugin\RLPlugin.Build.cs(1,9): error CS1525: Invalid expression term '='
UATHelper: Packaging (Windows): D:\Software\SOA2024b 5.4\Plugins\RLPlugin\Source\RLPlugin\RLPlugin.Build.cs(2,8): error CS1002: ; expected
UATHelper: Packaging (Windows): D:\Software\SOA2024b 5.4\Plugins\RLPlugin\Source\RLPlugin\RLPlugin.Build.cs(2,8): error CS1022: Type or namespace definition, or end-of-file expected
UATHelper: Packaging (Windows): D:\Software\SOA2024b 5.4\Plugins\RLPlugin\Source\RLPlugin\RLPlugin.Build.cs(2,9): error CS1525: Invalid expression term '='
UATHelper: Packaging (Windows): D:\Software\SOA2024b 5.4\Plugins\RLPlugin\Source\RLPlugin\RLPlugin.Build.cs(3,8): error CS1002: ; expected
UATHelper: Packaging (Windows): D:\Software\SOA2024b 5.4\Plugins\RLPlugin\Source\RLPlugin\RLPlugin.Build.cs(3,8): error CS1022: Type or namespace definition, or end-of-file expected
OS: Windows 11
  •  0
  •  54
Submitted byLight_shock
COMMENTS (0)