43 lines
896 B
Plaintext
43 lines
896 B
Plaintext
{
|
|
"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" : "http://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
|
|
}
|
|
]
|
|
} |