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

30 lines
623 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Curve Editor Tools",
"Description": "This provides a default set of editing tools for the Curve Editor.",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"EnabledByDefault": true,
"Plugins": [
{
"Name": "TweeningUtils",
"Enabled": true
}
],
"Modules": [
{
"Name": "CurveEditorTools",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}