HttpLibrary.uplugin 916 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "HTTP Library",
  6. "Description": "Send HTTP requests using blueprints.",
  7. "Category": "Messaging",
  8. "CreatedBy": "Tracer Interactive",
  9. "CreatedByURL": "https://tracerinteractive.com",
  10. "DocsURL": "https://cdn.tracerinteractive.com/httplibrary/documentation.pdf",
  11. "MarketplaceURL": "",
  12. "SupportURL": "",
  13. "EngineVersion": "5.1.0",
  14. "CanContainContent": false,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "HttpLibrary",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PostConfigInit",
  21. "WhitelistPlatforms": [
  22. "Win64",
  23. "Mac",
  24. "Linux",
  25. "Android",
  26. "IOS"
  27. ]
  28. },
  29. {
  30. "Name": "HttpLibraryBlueprintSupport",
  31. "Type": "UncookedOnly",
  32. "LoadingPhase": "PostConfigInit",
  33. "WhitelistPlatforms": [
  34. "Win64",
  35. "Mac",
  36. "Linux"
  37. ]
  38. }
  39. ],
  40. "Plugins": [
  41. {
  42. "Name": "JsonLibrary",
  43. "Enabled": true
  44. }
  45. ]
  46. }