forked from Synesthesias/PLATEAU-SDK-for-Unreal
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPLATEAU-SDK-for-Unreal.uplugin
50 lines (50 loc) · 1.26 KB
/
PLATEAU-SDK-for-Unreal.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
48
49
50
{
"FileVersion": 3,
"Version": 3,
"VersionName": "2.2.0",
"FriendlyName": "PLATEAU SDK for Unreal",
"Description": "",
"Category": "Geospatial",
"CreatedBy": "Ministry of Land, Infrastructure and Transport",
"CreatedByURL": "https://github.com/Synesthesias/Plateau-SDK-for-Unreal.git",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/0a6b04bd9ae64d6dadd81c42a391c8f1",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"EngineVersion" : ["5.3.2"],
"Modules": [
{
"Name": "PLATEAURuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
},
{
"Name": "PLATEAUEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
},
{
"Name": "PLATEAUEditorBPLibraries",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
},
{
"Name": "PLATEAURuntimeBPLibraries",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
},
{
"Name": "PLATEAUTests",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
}
]
}