Files
UnrealEngineUWP/Engine/Plugins/Messaging/MessagingDebugger/MessagingDebugger.uplugin
David Harvey 022daaa9f3 Undo CL 23787291 (add MessagingDebugger to UFE)
- need to resolve mac build errors.

#jira none
#preflight skip
#rnx
#rb trivial

[CL 23787982 by David Harvey in ue5-main branch]
2023-01-20 06:26:41 -05:00

23 lines
459 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Messaging Debugger",
"Version" : 1,
"VersionName" : "1.1",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://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
}