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

82 lines
1.6 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"FriendlyName": "MetaHuman Live Link",
"Description": "Live Link sources and associated utilities for streaming real time MetaHuman animation data.",
"Category": "MetaHuman",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "",
"CanContainContent": true,
"IsExperimentalVersion" : false,
"Modules": [
{
"Name": "MetaHumanLiveLinkSource",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "MetaHumanLiveLinkSourceEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkFaceSource",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkFaceSourceEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkFaceDiscovery",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "MetaHumanLocalLiveLinkSource",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "MetaHumanLocalLiveLinkSourceEditor",
"Type": "Editor",
"PlatformAllowList": [ "Win64" ],
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "LiveLinkHub",
"Enabled": true
},
{
"Name": "MediaFrameworkUtilities",
"Enabled": true
},
{
"Name": "CaptureManagerCore",
"Enabled": true
},
{
"Name": "MetaHumanCoreTech",
"Enabled": true
},
{
"Name": "NNERuntimeORT",
"Enabled": true
}
]
}