updated to ue 5.4.0 and switching to actor components

This commit is contained in:
2024-03-24 13:19:03 -04:00
parent 84eaf0f389
commit 28819c73f9
88 changed files with 266 additions and 153 deletions

19
MyProject22.uproject Normal file
View File

@@ -0,0 +1,19 @@
{
"FileVersion": 3,
"EngineAssociation": "5.4",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
],
"TargetPlatforms": [
"Linux",
"Windows"
]
}