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

30 lines
614 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Live Link Control Rig",
"Description": "Allows access to LiveLink Data through Control Rig",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "ControlRig",
"Enabled": true
}
],
"Modules": [
{
"Name": "LiveLinkControlRig",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}