Files
UnrealEngine/Engine/Plugins/Messaging/MessagingDebugger/MessagingDebugger.uplugin
2025-05-18 13:04:45 +08:00

26 lines
514 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,
"SupportedPrograms":
[
"SpatialMetricsProfiler"
],
"Modules" :
[
{
"Name" : "MessagingDebugger",
"Type" : "UncookedOnly"
}
],
"CanContainContent" : false
}