-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSimpleWebUI.uplugin
More file actions
49 lines (49 loc) · 1.12 KB
/
SimpleWebUI.uplugin
File metadata and controls
49 lines (49 loc) · 1.12 KB
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
{
"FileVersion": 3,
"FriendlyName": "SimpleWebUI (SWUI)",
"Version": 3,
"VersionName": "5.0.0",
"Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4",
"Category": "UI",
"CreatedBy": "Aaron M. Shea, Getnamo, & Contributors",
"CreatedByURL": "github.com/getnamo",
"DocsURL": "https://github.com/SimpleWebUI",
"EnabledByDefault": true,
"CanContainContent": true,
"Plugins": [
{
"Name": "GameplayTagsEditor",
"Enabled": true
},
{
"Name": "Angelscript",
"Enabled": true,
"bOptional": true
}
],
"Modules": [
{
"Name": "SwuiLoader",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"BlacklistPlatforms": [ "Android", "IOS" ]
},
{
"Name": "SwuiRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"BlacklistPlatforms": [ "Android", "IOS" ]
},
{
"Name": "SwuiUncookedOnly",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name": "SwuiEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"BlacklistPlatforms": [ "Android", "IOS" ]
}
]
}