Files
UnrealEngineUWP/Engine/Plugins/Developer/Concert/DisasterRecoveryClient/DisasterRecoveryClient.uplugin
Dominik Peacock ed2deb1775 Added missing files
#jira none
#rb none
#preflight none

[CL 18950859 by Dominik Peacock in ue5-main branch]
2022-02-11 07:18:14 -05:00

35 lines
729 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
},
{
"Name": "ConcertSharedSlate",
"Enabled": true
}
]
}