blaster/Blaster.uproject

43 lines
621 B
Plaintext
Raw Normal View History

2022-04-27 17:46:42 +00:00
{
"FileVersion": 3,
"EngineAssociation": "5.0",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Blaster",
"Type": "Runtime",
2022-04-28 10:18:21 +00:00
"LoadingPhase": "Default",
"AdditionalDependencies": [
2022-04-28 23:33:04 +00:00
"Engine",
"UMG"
2022-04-28 10:18:21 +00:00
]
2022-04-27 17:46:42 +00:00
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "OnlineSubsystemEOS",
"Enabled": true
},
2022-04-27 17:46:42 +00:00
{
"Name": "Bridge",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
}
]
}