-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUESpec.uplugin
More file actions
48 lines (48 loc) · 1007 Bytes
/
Copy pathUESpec.uplugin
File metadata and controls
48 lines (48 loc) · 1007 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
45
46
47
48
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1.0",
"FriendlyName": "UESpec",
"Description": "AI-driven UI specification tooling for UE5 CommonUI + AngelScript projects.",
"Category": "UI",
"CreatedBy": "Mithril0rd",
"CreatedByURL": "https://github.com/Mithril0rd",
"DocsURL": "https://github.com/Mithril0rd/uespec-public",
"SupportURL": "https://github.com/Mithril0rd/uespec-public/issues",
"EngineVersion": "5.4.0",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "UESpecRuntime",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "UESpecEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "UESpecTests",
"Type": "DeveloperTool",
"LoadingPhase": "PostDefault"
}
],
"Plugins": [
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "ModelViewViewModel",
"Enabled": true
},
{
"Name": "Angelscript",
"Enabled": true
}
]
}