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

31 lines
618 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LiveLinkFaceImporter",
"Description": "Imports CSV recordings from the Live Link Face app.",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://www.epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LiveLinkFaceImporter",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins" : [
{
"Name": "LiveLink",
"Enabled": true
}
]
}