HTTPRequestForBlueprints.uplugin 794 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "FileVersion": 3,
  3. "Version": 6,
  4. "VersionName": "6",
  5. "FriendlyName": "HTTP Request For Blueprints",
  6. "Description": "Making HTTP Requests easy.",
  7. "Category": "Other",
  8. "CreatedBy": "King Wai Mark",
  9. "CreatedByURL": "https://codeible.com/",
  10. "DocsURL": "https://codeible.com/view/videotutorial/l3YmQNogvPWK2zhtkzXM",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/4a9830d1cea14a28bae31127f41a210b",
  12. "SupportURL": "https://github.com/IamKingWaiMark/HTTPRequestForBlueprintsSupport",
  13. "EngineVersion": "5.1.0",
  14. "CanContainContent": true,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "HTTPRequestForBlueprints",
  19. "Type": "Runtime",
  20. "LoadingPhase": "Default",
  21. "PlatformAllowList": [
  22. "Win64",
  23. "Mac",
  24. "Android",
  25. "IOS",
  26. "Linux"
  27. ]
  28. }
  29. ]
  30. }