ITR2_ASSET/Engine/Plugins/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.json
merith-tk 6c5b2d22ac dump: [json] pakchunk0
dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
2024-11-29 17:10:45 -08:00

43 lines
No EOL
939 B
JSON

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