Files
UnrealEngine/Engine/Plugins/Experimental/MetaHuman/MetaHumanCharacterUAF/MetaHumanCharacterUAF.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

49 lines
912 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.0.1",
"FriendlyName": "MetaHuman Creator - UAF support",
"Description": "UAF (Unreal Animation Framework) support for MetaHuman Creator",
"Category": "MetaHuman",
"CreatedBy": "Epic Games Inc.",
"CreatedByURL": "https://epicgames.com/",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "MetaHumanCharacterUAFEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "UAF",
"Enabled": true
},
{
"Name": "UAFAnimGraph",
"Enabled": true
},
{
"Name": "UAFControlRig",
"Enabled": true
},
{
"Name": "RigLogicUAF",
"Enabled": true
},
{
"Name": "MetaHumanCharacter",
"Enabled": true
}
]
}