DBJson.uplugin 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "FileVersion": 3,
  3. "Version": 0,
  4. "VersionName": "1.2",
  5. "FriendlyName": "DBJson",
  6. "Description": "DBJso is a plug-in that serializes a String into a UStruct and deserializes a UStruct into a String",
  7. "Category": "Other",
  8. "CreatedBy": "DearBing",
  9. "CreatedByURL": "https://www.unrealengine.com/marketplace/zh-CN/profile/DearBing?count=20&sortBy=effectiveDate&sortDir=DESC&start=0",
  10. "DocsURL": "",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/64d40a8dc7e44719839fb97ff6337110",
  12. "SupportURL": "",
  13. "EngineVersion": "",
  14. "CanContainContent": false,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "DBJson",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PreLoadingScreen",
  21. "WhitelistPlatforms": [
  22. "Win64",
  23. "Mac",
  24. "Android",
  25. "IOS"
  26. ]
  27. },
  28. {
  29. "Name": "DBJsonBlueprintSupport",
  30. "Type": "UncookedOnly",
  31. "LoadingPhase": "PostConfigInit",
  32. "WhitelistPlatforms": [
  33. "Win64",
  34. "Mac"
  35. ]
  36. },
  37. {
  38. "Name": "CoreUtility",
  39. "Type": "Runtime",
  40. "LoadingPhase": "PreDefault",
  41. "WhitelistPlatforms": [
  42. "Win64",
  43. "Linux",
  44. "Mac",
  45. "Android",
  46. "IOS"
  47. ]
  48. },
  49. {
  50. "Name": "SIOJson",
  51. "Type": "Runtime",
  52. "LoadingPhase": "PreDefault",
  53. "WhitelistPlatforms": [
  54. "Win64",
  55. "Linux",
  56. "Mac",
  57. "Android",
  58. "IOS"
  59. ]
  60. }
  61. ]
  62. }