Player Sessions Completed - working project at this point

This commit is contained in:
Norman Lansing
2026-04-07 06:36:11 -04:00
parent b7c4a07d00
commit 1370b05ff4
458 changed files with 287 additions and 36 deletions

View File

@@ -1,8 +1,6 @@
// Copyright Epic Games, Inc. All Rights Reserved.
using System.IO;
using UnrealBuildTool;
using System.Linq;
public class FPSTemplate : ModuleRules
{
@@ -18,7 +16,6 @@ public class FPSTemplate : ModuleRules
"InputCore",
"EnhancedInput",
"PhysicsCore",
"OpenSSL",
"DedicatedServers"
});
@@ -26,13 +23,12 @@ public class FPSTemplate : ModuleRules
{
"GameplayTags",
"Slate",
"SlateCore",
"OpenSSL",
"SlateCore"
});
// Uncomment if you are using Slate UI
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
// Uncomment if you are using online features
// PrivateDependencyModuleNames.Add("OnlineSubsystem");