forked from CesiumGS/cesium-unreal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CesiumForUnreal.uplugin
42 lines (42 loc) · 1.04 KB
/
CesiumForUnreal.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": 1,
"VersionName": "1.0",
"FriendlyName": "Cesium for Unreal",
"Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.",
"Category": "Geospatial",
"CreatedBy": "Cesium GS, Inc.",
"CreatedByURL": "https://cesium.com",
"DocsURL": "https://cesium.com/docs",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/87b0d05800a545d49bf858ef3458c4f7",
"SupportURL": "https://community.cesium.com",
"EngineVersion": "4.26.0",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "CesiumRuntime",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "CesiumEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64" ]
}
],
"Plugins": [
{
"Name": "WebBrowserWidget",
"Enabled": true
},
{
"Name": "SunPosition",
"Enabled": true
}
]
}