Files
integration/Integration.uproject

26 lines
420 B
Plaintext
Raw Normal View History

2023-06-08 17:10:14 -04:00
{
"FileVersion": 3,
2024-10-02 13:06:51 -04:00
"EngineAssociation": "{7FEDF449-AA25-4EAD-95E8-57052240796D}",
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": [
2023-09-02 01:33:11 -04:00
"Engine",
"CoreUObject"
2023-06-08 17:10:14 -04:00
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}