Initial Commit - Lesson 31 (Commit #1)

This commit is contained in:
Norman Lansing
2026-02-24 22:39:26 -05:00
commit 9591e7f503
4631 changed files with 1019212 additions and 0 deletions

58
FPSTemplate.uproject Normal file
View File

@@ -0,0 +1,58 @@
{
"FileVersion": 3,
"EngineAssociation": "{B9F6BD5B-49A9-C0EB-5AFC-04B92D107838}",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "FPSTemplate",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"UMG"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "AnimationWarping",
"Enabled": true
},
{
"Name": "AudioModulation",
"Enabled": true
},
{
"Name": "Spatialization",
"Enabled": true
},
{
"Name": "SubversionSourceControl",
"Enabled": false
},
{
"Name": "PlasticSourceControl",
"Enabled": false
},
{
"Name": "PerforceSourceControl",
"Enabled": false
}
]
}