JsonLibrary.uplugin 865 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "JSON Library",
  6. "Description": "Manage objects, arrays, and primitive data types using JSON.",
  7. "Category": "Messaging",
  8. "CreatedBy": "Tracer Interactive",
  9. "CreatedByURL": "https://tracerinteractive.com",
  10. "DocsURL": "https://cdn.tracerinteractive.com/jsonlibrary/documentation.pdf",
  11. "MarketplaceURL": "",
  12. "SupportURL": "",
  13. "EngineVersion": "5.1.0",
  14. "CanContainContent": false,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "JsonLibrary",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PreDefault",
  21. "WhitelistPlatforms": [
  22. "Win64",
  23. "Mac",
  24. "Linux",
  25. "Android",
  26. "IOS"
  27. ]
  28. },
  29. {
  30. "Name": "JsonLibraryBlueprintSupport",
  31. "Type": "UncookedOnly",
  32. "LoadingPhase": "PostConfigInit",
  33. "WhitelistPlatforms": [
  34. "Win64",
  35. "Mac",
  36. "Linux"
  37. ]
  38. }
  39. ]
  40. }