Files
UnrealEngineUWP/Engine/Plugins/Developer/Concert/DisasterRecoveryClient/DisasterRecoveryClient.uplugin
Patrick Laflamme 6298d86253 Changed the 'Disaster Recovery' friendly plugin name to 'Recovery Hub'.
#rb Jamie.Dale

[CL 15067701 by Patrick Laflamme in ue5-main branch]
2021-01-13 12:06:10 -04:00

31 lines
642 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.2",
"FriendlyName": "Recovery Hub",
"Description": "Track changes in the Editor to allow recovery in the event of a crash",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "DisasterRecoveryClient",
"Type": "EditorNoCommandlet",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ConcertSyncClient",
"Enabled": true
}
]
}