Files
DedicatedServerCourse/FPSTemplate.uproject

69 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2026-02-24 22:39:26 -05:00
{
"FileVersion": 3,
"EngineAssociation": "{83C1D2C4-4D0C-5EF5-92AD-A585FF34B30C}",
2026-02-24 22:39:26 -05:00
"Category": "",
"Description": "",
"Modules": [
{
"Name": "FPSTemplate",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"UMG"
]
2026-03-23 08:34:51 -04:00
},
{
"Name": "DedicatedServers",
"Type": "Runtime",
2026-03-26 21:07:11 -04:00
"LoadingPhase": "Default",
"ExcludelistTargets": ["Game", "Client"],
"IncludelistTargets": ["Server", "Editor"]
2026-02-24 22:39:26 -05:00
}
],
"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
},
{
2026-03-26 21:07:11 -04:00
"Name": "GameLiftPlugin",
"Enabled": true
2026-02-24 22:39:26 -05:00
}
]
}