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

31 lines
587 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Online Subsystem NULL",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Access to NULL platform",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : true,
"Modules": [
{
"Name": "OnlineSubsystemNull",
"Type": "Runtime",
"LoadingPhase" : "Default"
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
]
}