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

39 lines
699 B
Plaintext

{
"FileVersion": 3,
"FriendlyName": "Field Notification Trace",
"Version": 1,
"VersionName": "1.0",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"Description": "Add support to trace field notification object.",
"Category": "UI",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FieldNotificationTrace",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FieldNotificationTraceEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GameplayInsights",
"Enabled": true
}
]
}