-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPCGExElementsWatabou.uplugin
More file actions
56 lines (56 loc) · 1.28 KB
/
PCGExElementsWatabou.uplugin
File metadata and controls
56 lines (56 loc) · 1.28 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "PCGEx + Watabou",
"Description": "PCG Extended Toolkit Interop with Watabou generators.",
"Category": "PCG",
"CreatedBy": "Timothé Lapetite",
"CreatedByURL": "https://github.com/Nebukam/PCGExElementsWatabou",
"DocsURL": "https://nebukam.github.io/PCGExElementsWatabou/",
"FabURL": "com.epicgames.launcher://ue/Fab/product/ac5c54f5-1a92-4e96-99c6-ff8fd9a37b4c",
"SupportURL": "https://discord.gg/mde2vC5gbE",
"CanContainContent": true,
"EngineVersion": "5.7.0",
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "PCGExElementsWatabou",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"IOS",
"Android",
"Linux",
"LinuxArm64"
]
},
{
"Name": "PCGExElementsWatabouEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"IOS",
"Android",
"Linux",
"LinuxArm64"
]
}
],
"Plugins": [
{
"Name": "PCG",
"Enabled": true
},
{
"Name": "PCGExtendedToolkit",
"Enabled": true
}
]
}