-
Notifications
You must be signed in to change notification settings - Fork 80
/
WebView.uplugin
80 lines (80 loc) · 1.92 KB
/
WebView.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"CanContainContent": true,
"Category": "Other",
"CreatedBy": "aSurgingRiver",
"CreatedByURL": "https://github.com/aSurgingRiver",
"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.",
"DocsURL": "https://www.zhihu.com/column/c_1490114276946223104",
"EnabledByDefault": false,
"EngineVersion": "5.5.0",
"FileVersion": 3,
"FriendlyName": "WebView",
"Installed": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/e5ece84a234b4ee0b8aa524cd80c175d",
"Modules": [
{
"LoadingPhase": "PreDefault",
"Name": "CefBase",
"PlatformAllowList": [
"Win64",
"Linux"
],
"Type": "Runtime"
},
{
"LoadingPhase": "PreDefault",
"Name": "MatureJson",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64",
"Mac",
"IOS",
"Android"
],
"Type": "Runtime"
},
{
"LoadingPhase": "PreDefault",
"Name": "MatureJsonK2Node",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64",
"Mac",
"IOS",
"Android"
],
"Type": "UncookedOnly"
},
{
"LoadingPhase": "PreDefault",
"Name": "WebView",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64",
"Mac",
"IOS",
"Android"
],
"Type": "Runtime"
},
{
"LoadingPhase": "Default",
"Name": "BaseBrowser",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64",
"Mac",
"IOS",
"Android"
],
"Type": "Runtime"
}
],
"SupportURL": "https://github.com/aSurgingRiver",
"Version": 1,
"VersionName": "20240823"
}