HttpHelper.uplugin 647 B

1234567891011121314151617181920212223242526
  1. {
  2. "FileVersion": 3,
  3. "Version": 2,
  4. "VersionName": "1.1",
  5. "FriendlyName": "HttpHelper",
  6. "Description": "Handle http request and websocket connection",
  7. "Category": "Networking",
  8. "CreatedBy": "RLoris",
  9. "CreatedByURL": "https://rloris.github.io",
  10. "DocsURL": "https://github.com/RLoris/HttpHelperDoc/",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/d6e73d57925e4acf89649cea5b686e86",
  12. "SupportURL": "",
  13. "CanContainContent": true,
  14. "Installed": true,
  15. "Modules": [
  16. {
  17. "Name": "HttpHelper",
  18. "Type": "Runtime",
  19. "LoadingPhase": "PreLoadingScreen",
  20. "WhitelistPlatforms": [
  21. "Win64",
  22. "Android"
  23. ]
  24. }
  25. ]
  26. }