-
Notifications
You must be signed in to change notification settings - Fork 13
/
ShpGeometry.uplugin
47 lines (47 loc) · 980 Bytes
/
ShpGeometry.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
46
47
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.0.1",
"FriendlyName": "ShpGeometry",
"Description": "Import shape files as geometry",
"Category": "Other",
"CreatedBy": "Iwer Petersen",
"CreatedByURL": "https://github.com/iwer",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "https://github.com/iwer/ShpGeometry",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ShpGeometry",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ShpGeometryEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "UnrealGDAL",
"Enabled": true
},
{
"Name": "GeoReference",
"Enabled": true
},
{
"Name": "SpatialGeometryTools",
"Enabled": true
},
{
"Name": "ProceduralMeshComponent",
"Enabled": true
}
]
}