Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

53 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Live Link Hub",
"Description": "LiveLink Hub allows streaming of animated data into Unreal Engine or UEFN",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedPrograms": [ "LiveLinkHub" ],
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "NamingTokens",
"Enabled": true
},
{
"Name": "UdpMessaging",
"Enabled": true
}
],
"Modules": [
{
"Name": "LiveLinkHub",
"Type": "EditorAndProgram",
"ProgramAllowList": [ "LiveLinkHub" ],
"LoadingPhase": "PreDefault"
},
{
"Name": "LiveLinkHubEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkHubMessaging",
"Type": "Runtime",
"LoadingPhase": "Default",
"ProgramAllowList": [ "LiveLinkHub" ]
}
]
}