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

67 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"FriendlyName": "Online Subsystem EOS",
"Version": 1,
"VersionName": "1.0",
"Description": "Online Subsystem for Epic Online Services",
"Category": "Online Platform",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://dev.epicgames.com/services",
"EnabledByDefault": false,
"IsBetaVersion" : false,
"Modules": [
{
"Name": "OnlineSubsystemEOS",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"LinuxArm64",
"Android"
]
},
{
"Name": "OnlineSubsystemEOSPlus",
"Type": "Runtime",
"LoadingPhase": "None",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"LinuxArm64",
"Android"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "EOSShared",
"Enabled": true
},
{
"Name": "EOSVoiceChat",
"Enabled": true
},
{
"Name": "SocketSubsystemEOS",
"Enabled": true
},
{
"Name": "EOSOverlayInputProvider",
"Enabled": true
}
]
}