Files
UnrealEngineUWP/Engine/Plugins/Developer/Concert/DisasterRecoveryClient/DisasterRecoveryClient.uplugin
patrick laflamme 0e0b30acf1 #jira UE-76469 - DisasterRecovery plugin should not be enabled/used for commandlet.
- Changed the DisasterRecoveryClient module type from "Editor" to "EditorNoCommandlet"

#rb Jamie.Dale

#ROBOMERGE-SOURCE: CL 7069974 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v367-6836689)

[CL 7070000 by patrick laflamme in Main branch]
2019-06-18 16:06:11 -04:00

31 lines
647 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.2",
"FriendlyName": "Disaster Recovery",
"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
}
]
}