Files
jason walter be1544681a Attempt No. 2 to fix 416438 on Mac.
#rb chris.babcock

[CL 30670078 by jason walter in ue5-main branch]
2024-01-17 17:01:43 -05:00

38 lines
876 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LiveLinkInputDevice",
"Description": "Live Link plugin for Unreal Engine Input Devices, i.e. Game Controllers. It uses the InputDevice system to query values and share state over LiveLink.",
"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"],
"Modules": [
{
"Name": "LiveLinkInputDevice",
"Type": "Runtime",
"LoadingPhase": "Default",
"ProgramAllowList": ["LiveLinkHub"],
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
}
]
}