-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuepy.uplugin
More file actions
44 lines (43 loc) · 806 Bytes
/
uepy.uplugin
File metadata and controls
44 lines (43 loc) · 806 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "uepy",
"Description": "Python bindings",
"Category": "Other",
"CreatedBy": "Dave Brueck",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "uepyEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault"
},
{
"Name": "uepy",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins" : [
{
"Name": "Paper2D",
"Enabled": true
},
{
"Name": "Niagara",
"Enabled": true
},
{
"Name": "AudioCapture",
"Enabled": true
},
{ "Name":"WebBrowserWidget", "Enabled":true }
]
}