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

34 lines
629 B
Plaintext

{
"FileVersion": 3,
"FriendlyName": "Online Services Null",
"Version": 1,
"VersionName": "1.0",
"Description": "Online Services implementation without an external service.",
"Category": "Online Platform",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"Modules": [
{
"Name": "OnlineServicesNull",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
],
"Plugins": [
{
"Name": "OnlineServices",
"Enabled": true
},
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
]
}