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

36 lines
728 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Live Link Hub Example Device",
"Description": "An example device implementation using the Live Link Hub device interface",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "LiveLinkDevice",
"Enabled": true
},
{
"Name": "OSC",
"Enabled": true
}
],
"Modules": [
{
"Name": "LiveLinkExampleDevice",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}