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

31 lines
752 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "TEDS: Editor Data Storage",
"Description": "A central extendable data storage for editors and their corresponding data with support for viewing and editing through a collection of widgets.",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "TedsCore",
"Type": "EditorAndProgram"
},
{
"Name": "TedsUI",
"Type": "Editor"
}
],
"Plugins": [
],
"SupportedPrograms": ["ChaosVisualDebugger"]
}