How to add marketplace plugin to your source build engine editor

Assuming you have your UE source build compiled

  1. Download the plugin from github source for instance im using VaREST plugin you can download from zip or releases
  2. find your UE installation folder Engine\Plugins\Marketplace (Paste your plugin here)
    Note: if Marketplace folder is not around you can create one
  3. Build the source (it only builds the plugin)

Open your project and thats it!

1 Like