Files
UnrealEngine/Engine/Plugins/Online/OnlineSubsystemSteam/OnlineSubsystemSteam.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

51 lines
930 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Online Subsystem Steam",
"Version" : 1.2,
"VersionName" : "1.2",
"Description" : "Access to Steam platform",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : false,
"Modules": [
{
"Name": "OnlineSubsystemSteam",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList" :
[
"Win64",
"Mac",
"Linux"
],
"PlatformArchitectureDenyList" :
[
"Win64:arm64"
]
}
],
"LocalizationTargets": [
{
"Name": "OnlineSubsystemSteam",
"LoadingPolicy": "Always"
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "SteamShared",
"Enabled": true
}
]
}