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

39 lines
669 B
Plaintext

{
"FileVersion" : 1,
"FriendlyName" : "Online Subsystem Tencent",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Access to Tencent platform",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : false,
"Modules": [
{
"Name": "OnlineSubsystemTencent",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList":
[
"Linux",
"Win64"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "OnlineFramework",
"Enabled": true
}
]
}