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

47 lines
827 B
Plaintext

{
"FileVersion": 3,
"FriendlyName": "Online Services EOS",
"Version": 1,
"VersionName": "1.0",
"Description": "Online Services implementation for EOS Account and Game services.",
"Category": "Online Platform",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"Modules": [
{
"Name": "OnlineServicesEOS",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"LinuxArm64",
"Android"
]
}
],
"LocalizationTargets": [
{
"Name": "OnlineSubsystemEOS",
"LoadingPolicy": "Always"
}
],
"Plugins": [
{
"Name": "OnlineServices",
"Enabled": true
},
{
"Name": "OnlineServicesEOSGS",
"Enabled": true
},
{
"Name": "EOSShared",
"Enabled": true
}
]
}