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

52 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ML Deformer Neural Morph Model",
"Description": "Neural Morph Model for the ML Deformer Framework",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "https://docs.unrealengine.com/5.0/en-US/using-the-machine-learning-deformer-in-unreal-engine/",
"MarketplaceURL": "",
"SupportURL": "https://forums.unrealengine.com/",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "NeuralMorphModel",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "NeuralMorphModelEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GeometryCache",
"Enabled": true
},
{
"Name": "DeformerGraph",
"Enabled": true
},
{
"Name": "PythonFoundationPackages",
"Enabled": true
},
{
"Name": "MLDeformerFramework",
"Enabled": true
},
{
"Name": "NNERuntimeBasicCpu",
"Enabled": true
}
]
}