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": [