Skip to content

Commit

Permalink
chore: enable Engine Steam integration in SteamIntegrationKit.Build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshmishrabetide committed Jun 13, 2024
1 parent f081b20 commit ff9445f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
2 changes: 1 addition & 1 deletion Source/SteamIntegrationKit/SteamIntegrationKit.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public SteamIntegrationKit(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;

bool bUseEngineSteam = false;
bool bUseEngineSteam = true;

PublicIncludePaths.AddRange(
new string[] {
Expand Down
52 changes: 0 additions & 52 deletions SteamIntegrationKit.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit ff9445f

Please sign in to comment.