Files
UnrealEngineUWP/Engine/Plugins/Developer/Concert/ConcertMain/ConcertMain.uplugin
jason walter ed799330a4 Create separate program UnrealMultiUserSlateServer
Main implementation by Dominik with build and switchboard support added by me.

#jira UE-147235
#rb Dominik.Peacock
#preflight 6284fa081f474f0660ecb74e

[CL 20264867 by jason walter in ue5-main branch]
2022-05-18 14:02:54 -04:00

34 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.2",
"FriendlyName": "Concert - Main",
"Description": "Allow collaborative multi-users sessions in the Editor",
"Category": "Networking",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"Hidden": true,
"IsBetaVersion": true,
"Installed": false,
"SupportedPrograms": [ "UnrealMultiUserServer", "UnrealMultiUserSlateServer", "UnrealRecoverySvc", "CrashReportClientEditor" ],
"Modules": [
{
"Name": "Concert",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"ProgramAllowList": [ "UnrealMultiUserServer", "UnrealMultiUserSlateServer", "UnrealRecoverySvc", "CrashReportClientEditor" ]
},
{
"Name": "ConcertTransport",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"ProgramAllowList": [ "UnrealMultiUserServer", "UnrealMultiUserSlateServer", "UnrealRecoverySvc", "CrashReportClientEditor" ]
}
]
}