ITR2_ASSET/Engine/Plugins/Online/OnlineSubsystemSteam/OnlineSubsystemSteam.json
merith-tk 6c5b2d22ac dump: [json] pakchunk0
dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
2024-11-29 17:10:45 -08:00

47 lines
No EOL
911 B
JSON

{
"FileVersion" : 3,
"FriendlyName" : "Online Subsystem Steam",
"Version" : 1.1,
"VersionName" : "1.1",
"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
}
]
}