Cut5/Cut5.uproject

37 lines
533 B
Plaintext
Raw Normal View History

2023-07-03 05:02:36 +08:00
{
"FileVersion": 3,
"EngineAssociation": "5.2",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Cut5",
"Type": "Runtime",
2023-07-15 03:07:19 +08:00
"LoadingPhase": "PreDefault",
2023-07-03 05:02:36 +08:00
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
2023-07-03 17:28:11 +08:00
},
{
"Name": "OpenCV",
"Enabled": true
2023-07-12 15:40:47 +08:00
},
{
"Name": "SoundUtilities",
"Enabled": true
2023-08-14 02:39:23 +08:00
},
{
"Name": "RiderSourceCodeAccess",
"Enabled": false
2023-07-03 05:02:36 +08:00
}
]
}