Files
UnrealTraining/TutoBegginer.uproject
abouteiller e37555b201 Test
2025-08-28 17:45:36 +02:00

31 lines
470 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.6",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "TutoBegginer",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"UMG"
]
},
{
"Name": "TutoBegginerEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}