WebUI.uplugin
969 字节
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Web UI",
"Description": "Create a web-based user interface using blueprints.",
"Category": "Widgets",
"CreatedBy": "Tracer Interactive",
"CreatedByURL": "https://tracerinteractive.com",
"DocsURL": "https://cdn.tracerinteractive.com/webui/documentation.pdf",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "4.27.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "WebBrowserUI",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac",
"Linux"
]
},
{
"Name": "WebUI",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac",
"Linux",
"Android",
"IOS"
]
}
],
"Plugins": [
{
"Name": "WebBrowserWidget",
"Enabled": true
},
{
"Name": "JsonLibrary",
"Enabled": true
}
]
}