Content Manager Nuget-like

It would be nice to be able to create small independent packages with versioning, release it on the marketplace, and download/upgrade directly from within the editor.

Example of creating one:

  1. Create a new folder with all the assets required for a scope: HealthBarWidget = 1 Widget BP, 1 texture, 1 interface that expose MaxHealth and CurrentHealth.

  2. Package it with version v.1

  3. release it on the marketplace with v.1

Example of using one:

  1. open my current project and click on “package manager”
  2. browse for a package, choose “mega custom HealthBar”, v.1
  3. DONE! I can now implement the interface, or place some static meshes, or whatever.