Files
integration/Integration.uproject.tpl.json

53 lines
949 B
JSON
Raw Permalink 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": "EditorScriptingUtilities",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
2026-03-18 10:29:38 -04:00
"Name": "UEWingman",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
2024-10-28 19:03:54 -04:00
}
]
}