WebUI.uplugin 942 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "Web UI",
  6. "Description": "Create a web-based user interface using blueprints.",
  7. "Category": "Widgets",
  8. "CreatedBy": "Tracer Interactive",
  9. "CreatedByURL": "https://tracerinteractive.com",
  10. "DocsURL": "https://cdn.tracerinteractive.com/webui/documentation.pdf",
  11. "MarketplaceURL": "",
  12. "SupportURL": "",
  13. "EngineVersion": "5.1.0",
  14. "CanContainContent": false,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "WebBrowserUI",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PreDefault",
  21. "WhitelistPlatforms": [
  22. "Win64",
  23. "Mac",
  24. "Linux"
  25. ]
  26. },
  27. {
  28. "Name": "WebUI",
  29. "Type": "Runtime",
  30. "LoadingPhase": "PreDefault",
  31. "WhitelistPlatforms": [
  32. "Win64",
  33. "Mac",
  34. "Linux",
  35. "Android",
  36. "IOS"
  37. ]
  38. }
  39. ],
  40. "Plugins": [
  41. {
  42. "Name": "WebBrowserWidget",
  43. "Enabled": true
  44. },
  45. {
  46. "Name": "JsonLibrary",
  47. "Enabled": true
  48. }
  49. ]
  50. }