bmh/FlightSimulation/Plugins/CesiumForUnreal_5.4/CesiumForUnreal.uplugin
2025-02-07 22:52:32 +08:00

59 lines
1.2 KiB
Plaintext

{
"FileVersion": 3,
"Version": 69,
"VersionName": "2.13.1",
"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/learn/unreal/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/87b0d05800a545d49bf858ef3458c4f7",
"SupportURL": "https://community.cesium.com",
"EngineVersion": "5.4.0",
"CanContainContent": true,
"Installed": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux",
"Android",
"IOS"
],
"Modules": [
{
"Name": "CesiumRuntime",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"Android",
"IOS"
]
},
{
"Name": "CesiumEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"Android",
"IOS"
]
}
],
"Plugins": [
{
"Name": "SunPosition",
"Enabled": true
},
{
"Name": "Water",
"Enabled": true
}
]
}