Files
TheracUE/MyProject.uproject

26 lines
375 B
Plaintext
Raw Normal View History

2025-05-06 10:58:12 +01:00
{
"FileVersion": 3,
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "MyProject",
"Type": "Runtime",
2025-05-06 21:24:10 +01:00
"LoadingPhase": "Default",
"AdditionalDependencies": [
"UMG",
"Engine"
2025-05-06 21:24:10 +01:00
]
2025-05-06 10:58:12 +01:00
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}