Files
integration/Integration.uproject.tpl.json

43 lines
795 B
JSON
Raw Normal View History

2024-10-28 19:03:54 -04:00
{
2025-06-06 19:12:32 -04:00
"about-the-build-system": [
"",
"The unreal build system generates Integration.uproject.",
"That generated file is no good. Instead, we generate our own,",
"as part of build-everything.py",
"",
"Don't edit Integration.uproject, instead, edit",
"Integration.uproject.tpl.json, and then run",
"build-everything.py to rebuild.",
""
],
2024-10-28 19:03:54 -04:00
"FileVersion": 3,
"EngineAssociation": "10.0",
2024-10-28 19:03:54 -04:00
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Integration",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"CoreUObject"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "CommonUI",
"Enabled": true
2024-10-28 19:03:54 -04:00
}
]
}