Files
UnrealEngineUWP/Engine/Plugins/Developer/Concert/MultiUserClient/MultiUserClient.uplugin
JeanMichel Dignard 0f9ad96858 Copying //UE4/Dev-Enterprise @ cl 6890376 to Dev-Main (//UE4/Dev-Main)
#lockdown nick.penwarden
#rb none

[CL 6890764 by JeanMichel Dignard in Main branch]
2019-06-07 11:22:52 -04:00

36 lines
717 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.2",
"FriendlyName": "Multi-User Editing",
"Description": "Allow collaborative multi-users sessions in the Editor",
"Category": "Developer",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "MultiUserClient",
"Type": "Developer",
"LoadingPhase": "Default"
},
{
"Name": "MultiUserClientLibrary",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ConcertSyncClient",
"Enabled": true
}
]
}