ITR2_ASSET/Engine/Plugins/Online/OnlineSubsystem/OnlineSubsystem.json

32 lines
626 B
JSON
Raw Permalink Normal View History

{
"FileVersion": 3,
"FriendlyName": "Online Subsystem",
"Version": 1,
"VersionName": "1.0",
"Description": "Shared code for interacting online subsystem implementations.",
"Category": "Online Platform",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": true,
"Modules": [
{
"Name": "OnlineSubsystem",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
],
"LocalizationTargets": [
{
"Name": "OnlineSubsystem",
"LoadingPolicy": "Always"
}
],
"Plugins": [
{
"Name": "OnlineBase",
"Enabled": true
}
]
}