forked from coderespawn/prefabricator-ue4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Prefabricator.uplugin
45 lines (43 loc) · 1 KB
/
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
43
44
45
{
"FileVersion" : 3,
"FriendlyName" : "Prefabricator",
"Version" : 26,
"VersionName" : "1.7.1",
"CreatedBy" : "Code Respawn",
"CreatedByURL" : "http://prefabricator.dev",
"DocsURL": "http://docs.prefabricator.dev",
"EngineVersion" : "4.27.0",
"Description" : "Create Prefabs in Unreal Engine",
"Category" : "Prefab",
"EnabledByDefault" : true,
"MarketplaceURL" : "com.epicgames.launcher://ue/marketplace/content/39ccbbf668e84847890992df9922e355",
"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"
}
],
"CanContainContent" : true
}