Files
UnrealEngine/Engine/Plugins/Online/OnlineSubsystemTencent/OnlineSubsystemTencent.uplugin
2025-05-18 13:04:45 +08: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
}
]
}