Skip to content

Allow plugin version name and number to be set via 'uet build' parameters

June requested to merge plugin-version into main

When building plugins using either a .uplugin directly or BuildConfig.json file, you can now specify these options:

  • --plugin-version-name
  • --plugin-version-number

These override the auto-generated versioning. --help has more information on how these options behave.

When building a .uplugin directly and not via a BuildConfig.json file, you can now specify this option:

  • --plugin-package

which can be set to either none (the default), redistributable or marketplace. This allows you to package a plugin without using a BuildConfig.json file.

Edited by June

Merge request reports