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

32 lines
647 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "UMG Widget Preview",
"Description": "Quickly preview and debug UMG widgets without running PIE.",
"Category": "UI",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "UMGWidgetPreview",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "DataValidation",
"Enabled": true
}
]
}