forked from coderespawn/prefabricator-ue4
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPrefabricator.uplugin
42 lines (42 loc) · 978 Bytes
/
Prefabricator.uplugin
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
{
"FileVersion": 3,
"Version": 28,
"VersionName": "1.11.0",
"FriendlyName": "Prefabricator",
"Description": "Create Prefabs in Unreal Engine",
"Category": "Prefab",
"CreatedBy": "Code Respawn",
"CreatedByURL": "http://prefabricator.dev",
"DocsURL": "http://docs.prefabricator.dev",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/39ccbbf668e84847890992df9922e355",
"SupportURL": "",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "PrefabricatorRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "PrefabricatorEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "PrefabricatorEditorPostInit",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "ConstructionSystemRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "ConstructionSystemEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}