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

62 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "TEDS: Editor Data Storage Features",
"Description": "Experimental UI Features for the Editor, built on TEDS: Editor Data Storage.",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "TedsAlerts",
"Type": "Editor"
},
{
"Name": "TedsAssetData",
"Type": "Editor"
},
{
"Name": "TedsContentBrowser",
"Type": "Editor"
},
{
"Name": "TedsDebugger",
"Type": "Editor"
},
{
"Name": "TedsOutliner",
"Type": "Editor"
},
{
"Name": "TedsPropertyEditor",
"Type": "Editor"
},
{
"Name": "TedsQueryStack",
"Type": "Editor"
},
{
"Name": "TedsRevisionControl",
"Type": "Editor"
},
{
"Name": "TedsSettings",
"Type": "Editor"
},
{
"Name": "TedsTableViewer",
"Type": "Editor"
}
],
"Plugins": [
],
"SupportedPrograms": ["ChaosVisualDebugger"]
}