bmh/FlightSimulation/FlightSimulation.uproject

49 lines
818 B
Plaintext
Raw Normal View History

2025-02-07 14:52:32 +00:00
{
"FileVersion": 3,
"EngineAssociation": "5.4",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "FlightSimulation",
"Type": "Runtime",
2025-02-18 14:20:24 +00:00
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
2025-02-07 14:52:32 +00:00
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "CesiumForUnreal",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/87b0d05800a545d49bf858ef3458c4f7",
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux",
"Android",
"IOS"
]
2025-02-16 13:18:58 +00:00
},
{
"Name": "BlueprintFileUtils",
"Enabled": true
},
{
"Name": "JsonBlueprintUtilities",
2025-02-17 00:32:34 +00:00
"Enabled": true
},
{
2025-02-14 06:55:00 +00:00
"Name": "PixelStreaming",
2025-02-16 13:18:58 +00:00
"Enabled": true
2025-02-07 14:52:32 +00:00
}
]
}