Files
UnrealEngineUWP/Engine/Plugins/Messaging/MessagingDebugger/MessagingDebugger.uplugin
Ben Marsh e7f83a7103 Convert all remaining "Developer" modules to "UncookedOnly", to preserve existing behavior.
#rb none
#rnx

[CL 8406891 by Ben Marsh in Dev-Build branch]
2019-09-02 16:13:54 -04:00

23 lines
458 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Messaging Debugger",
"Version" : 1,
"VersionName" : "1.1",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"Description" : "Provides a visual debugger for the messaging sub-system.",
"Category" : "Messaging",
"EnabledByDefault" : false,
"IsBetaVersion": true,
"Modules" :
[
{
"Name" : "MessagingDebugger",
"Type" : "UncookedOnly"
}
],
"CanContainContent" : false
}