-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathSubsystemBrowserPlugin.uplugin
More file actions
61 lines (61 loc) · 1.39 KB
/
Copy pathSubsystemBrowserPlugin.uplugin
File metadata and controls
61 lines (61 loc) · 1.39 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"FileVersion": 3,
"Version": 155,
"VersionName": "1.5.5",
"FriendlyName": "Subsystem Browser",
"Description": "Plugin that adds Subsystem Browser panel to Editor",
"Category": "Editor",
"CreatedBy": "Aquanox",
"CreatedByURL": "https://github.com/aquanox/SubsystemBrowserPlugin",
"DocsURL": "https://github.com/aquanox/SubsystemBrowserPlugin/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f1ba87b348774d338e75d25ddbc46b98",
"FabURL": "com.epicgames.launcher://ue/fab/product/b557270d-b692-4261-bda8-6a8e469a6249",
"SupportURL": "https://github.com/aquanox/SubsystemBrowserPlugin/issues",
"EngineVersion": "",
"CanContainContent": false,
"Installed": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "SubsystemBrowser",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
],
"WhitelistTargets": [
"Editor"
]
},
{
"Name": "SubsystemSettingsEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
],
"WhitelistTargets": [
"Editor"
]
},
{
"Name": "SubsystemBrowserTests",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
],
"WhitelistTargets": [
"Editor"
]
}
]
}