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

34 lines
717 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LiveLinkFreeD",
"Description": "Live Link plugin for the FreeD protocol",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"EnabledByDefault": false,
"SupportedPrograms": [ "LiveLinkHub" ],
"Plugins": [
{
"Name": "UdpMessaging",
"Enabled": true
}
],
"Modules": [
{
"Name": "LiveLinkFreeD",
"Type": "Runtime",
"LoadingPhase": "Default",
"ProgramAllowList": [ "LiveLinkHub" ]
}
]
}