Files
UnrealEngine/Engine/Plugins/Online/OnlineSubsystemSteam/OnlineSubsystemSteam.uplugin
2025-05-18 13:04:45 +08:00

47 lines
865 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"
]
}
],
"LocalizationTargets": [
{
"Name": "OnlineSubsystemSteam",
"LoadingPolicy": "Always"
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "SteamShared",
"Enabled": true
}
]
}