Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/LiveLinkCamera/LiveLinkCamera.uplugin
aurel cordonnier 43fa62fcd8 Merge from Release-Engine-Test @ 16487383 to UE5/Main
This represents UE4/Main @ 16445039 and Dev-PerfTest @ 16444526

[CL 16488106 by aurel cordonnier in ue5-main branch]
2021-05-27 13:40:37 -04:00

40 lines
783 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LiveLinkCamera",
"Description": "Live Link plugin adding functionalities for camera handling",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "CameraCalibrationCore",
"Enabled": true
}
],
"Modules": [
{
"Name": "LiveLinkCamera",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "LiveLinkCameraEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}