PluginDownloader
PluginDownloader copied to clipboard
Functionality for additional custom DownloaderData Json Uris
- Added plugin property CustomPluginDownloaderDataJsonUris
- Updated the FPluginDownloaderApi::Initialize() function to account for multiple URI requests.
- It always pulls the one from the original repo. Uesrs can add additional ones if they desire
Steps to use
- navigate to plugin properties
- add custom URI (IE: "https://raw.githubusercontent.com/scott-hf/PluginDownloaderData/master/Plugins.json")
- restart unreal
this is my first pull request to someone else's github repo so be gentle! :) thanks!