RuntimeFilesDownloader.uplugin 742 B

1234567891011121314151617181920212223
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "RuntimeFilesDownloader",
  6. "Description": "Runtime Files Downloader is an open-source plugin for downloading files over HTTP / HTTPS at runtime.",
  7. "Category": "Code Plugins",
  8. "CreatedBy": "Georgy Treshchev",
  9. "CreatedByURL": "https://github.com/gtreshchev",
  10. "DocsURL": "https://github.com/gtreshchev/RuntimeFilesDownloader/wiki/",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/e7e6df6d6e9c46f0ae35163eab67ff9a",
  12. "SupportURL": "https://georgy.dev/",
  13. "EngineVersion": "4.27.0",
  14. "CanContainContent": false,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "RuntimeFilesDownloader",
  19. "Type": "Runtime",
  20. "LoadingPhase": "Default"
  21. }
  22. ]
  23. }