Files
integration/Integration.uproject

25 lines
366 B
Plaintext
Raw Normal View History

2023-06-08 17:10:14 -04:00
{
"FileVersion": 3,
2023-08-28 15:19:44 -04:00
"EngineAssociation": "5.2",
2023-06-08 17:10:14 -04:00
"Category": "",
"Description": "",
"Modules": [
{
2023-06-09 14:36:47 -04:00
"Name": "Integration",
2023-06-08 17:10:14 -04:00
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}