Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

62
FPSTemplate.uproject Normal file
View File

@@ -0,0 +1,62 @@
{
"FileVersion": 3,
"EngineAssociation": "{53F964D8-442C-E1E1-271F-6EA28919D847}",
"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
},
{
"Name": "GameLiftServerSDK",
"Enabled": true
}
]
}