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

55 lines
922 B
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"
]
}
],
"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
}
]
}