From ff9445f2d1906cd6b3cc4f70a4b30f9ba11124f9 Mon Sep 17 00:00:00 2001 From: Betide Studio Date: Thu, 13 Jun 2024 12:12:01 +0530 Subject: [PATCH] chore: enable Engine Steam integration in SteamIntegrationKit.Build.cs --- .../SteamIntegrationKit.Build.cs | 2 +- SteamIntegrationKit.uplugin | 52 ------------------- 2 files changed, 1 insertion(+), 53 deletions(-) diff --git a/Source/SteamIntegrationKit/SteamIntegrationKit.Build.cs b/Source/SteamIntegrationKit/SteamIntegrationKit.Build.cs index a770dc5..20a997c 100644 --- a/Source/SteamIntegrationKit/SteamIntegrationKit.Build.cs +++ b/Source/SteamIntegrationKit/SteamIntegrationKit.Build.cs @@ -9,7 +9,7 @@ public SteamIntegrationKit(ReadOnlyTargetRules Target) : base(Target) { PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs; - bool bUseEngineSteam = false; + bool bUseEngineSteam = true; PublicIncludePaths.AddRange( new string[] { diff --git a/SteamIntegrationKit.uplugin b/SteamIntegrationKit.uplugin index 45b2b75..0149c1d 100644 --- a/SteamIntegrationKit.uplugin +++ b/SteamIntegrationKit.uplugin @@ -25,58 +25,6 @@ "Mac", "Linux" ] - }, - { - "Name": "OnlineSubsystemSteam", - "Type": "Runtime", - "LoadingPhase": "Default", - "PlatformAllowList": [ - "Win64", - "Mac", - "Linux" - ] - }, - { - "Name": "SteamSockets", - "Type": "Runtime", - "LoadingPhase": "Default", - "PlatformAllowList": [ - "Win64", - "Mac", - "Linux" - ] - }, - { - "Name": "SteamShared", - "Type": "Runtime", - "LoadingPhase": "PreDefault", - "PlatformAllowList": [ - "Win64", - "Mac", - "Linux" - ] - }, - { - "Name": "SteamController", - "Type": "Runtime", - "LoadingPhase": "Default", - "PlatformAllowList": [ - "Win64", - "Linux", - "Mac" - ] - }, - { - "Name": "SteamEditor", - "Type": "Editor", - "LoadingPhase": "Default", - "PlatformAllowList": [ - "Win64" - ], - "BlacklistPlatforms": [ - "Mac", - "Linux" - ] } ], "Plugins": [