WebView.uplugin 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "CanContainContent": true,
  3. "Category": "Other",
  4. "CreatedBy": "aSurgingRiver",
  5. "CreatedByURL": "https://github.com/aSurgingRiver",
  6. "Description": "Efficient UE browser uses CEF open source kernel; When the frame rate is 60 per second and the resolution is 4K, a single GPU is rendered, and the UE and browser will not lose frames. 8K frame rate does not decrease under multi GPU binding.",
  7. "DocsURL": "https://www.zhihu.com/column/c_1490114276946223104",
  8. "EnabledByDefault": false,
  9. "EngineVersion": "5.3.0",
  10. "FileVersion": 3,
  11. "FriendlyName": "WebView",
  12. "Installed": true,
  13. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/e5ece84a234b4ee0b8aa524cd80c175d",
  14. "Modules": [
  15. {
  16. "LoadingPhase": "PreDefault",
  17. "Name": "CefBase",
  18. "PlatformAllowList": [
  19. "Win64",
  20. "Linux"
  21. ],
  22. "Type": "Runtime"
  23. },
  24. {
  25. "LoadingPhase": "PreDefault",
  26. "Name": "MatureJson",
  27. "PlatformAllowList": [
  28. "Win64",
  29. "Mac",
  30. "IOS",
  31. "Android",
  32. "Linux",
  33. "LinuxArm64"
  34. ],
  35. "Type": "Runtime"
  36. },
  37. {
  38. "LoadingPhase": "PreDefault",
  39. "Name": "WebView",
  40. "PlatformAllowList": [
  41. "Win64",
  42. "Mac",
  43. "IOS",
  44. "Android",
  45. "Linux",
  46. "LinuxArm64"
  47. ],
  48. "Type": "Runtime"
  49. },
  50. {
  51. "LoadingPhase": "Default",
  52. "Name": "BaseBrowser",
  53. "PlatformAllowList": [
  54. "Win64",
  55. "Mac",
  56. "IOS",
  57. "Android",
  58. "Linux",
  59. "LinuxArm64"
  60. ],
  61. "Type": "Runtime"
  62. }
  63. ],
  64. "SupportURL": "https://github.com/aSurgingRiver",
  65. "Version": 1,
  66. "VersionName": "20240925"
  67. }