More work on patch-integration.py

This commit is contained in:
2024-10-28 19:03:54 -04:00
parent fb4df7b872
commit ab3832681a
3 changed files with 157 additions and 108 deletions

27
EnginePatches/uproject Normal file
View File

@@ -0,0 +1,27 @@
{
"FileVersion": 3,
"EngineAssociation": "5.3",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Integration",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"CoreUObject"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}