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

29 lines
595 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Live Link Curve Debug UI",
"Description": "Allows Viewing LiveLink Curve Debug Information",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Modules": [
{
"Name": "LiveLinkCurveDebugUI",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
}
]
}