bmh/FlightSimulation/FlightSimulation.uproject

42 lines
711 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",
"LoadingPhase": "Default"
}
],
"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",
"Enabled": true
2025-02-07 14:52:32 +00:00
}
]
}