Initial UE commit

This commit is contained in:
abouteiller
2025-07-15 16:48:22 +02:00
parent 89fdd9f0cc
commit 1e157b6876
199 changed files with 806 additions and 0 deletions

26
TutoBegginer.uproject Normal file
View File

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