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

39 lines
825 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LiveLinkLens",
"Description": "Adds a new LiveLink LensRole and LensController to support streaming of pre-calibrated lens data",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"SupportedPrograms": [ "LiveLinkHub" ],
"Modules": [
{
"Name": "LiveLinkLens",
"Type": "Runtime",
"ProgramAllowlist": [ "LiveLinkHub" ],
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "CameraCalibrationCore",
"Enabled": true
},
{
"Name": "LensComponent",
"Enabled": true
}
]
}