berguina
(berguina)
1
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
skfabby
(Abby)
3
Thanks to you both for the report. I’ve shared it with the team.
3 Likes
RedD
(RedD)
4
Yup… on my 3rd commit. I manually add the “FabURL” this time. Hope it passes.
Juice056
(Juice056)
5
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.
scha
(scha (inu games))
8
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