FabURL is discarded when packaging with RunUAT.bat

Summary

When using “RunUAT.bat BuildPlugin” console command the FabURL is removed from the packaged .uplugin file.

What type of bug are you experiencing?

Plugins

Steps to Reproduce

1 Add a FabURL key to your .uplugin file
2. Package the plugin from the command line on windows using the RunUAT.bat BuildPlugin console command

Expected Result

Packaged .uplugin has FabURL key

Observed Result

Packaged .uplugin doesn’t have a FabURL key

Platform

Win64

Operating System

Windows 11

I have the same problem.

Thanks to you both for the report. I’ve shared it with the team.

3 Likes

Yup… on my 3rd commit. I manually add the “FabURL” this time. Hope it passes.

This would be nice if it were fixed. It adds manual steps to an otherwise automated process in my pipeline.

EMP-16821 changed to ‘Need More Info’. We’re missing information that would help us determine the source of the issue.

What information are you missing?
the command i use is like this:

RunUAT.bat BuildPlugin -Plugin="MyPlugin" -Package="MyPackage" -Rocket

as explained in the docs, like here:

1 Like