Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel
References
| Module | NeuralMorphModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphTypes.h |
| Include | #include "NeuralMorphTypes.h" |
Syntax
USTRUCT&40;&41;
struct FNeuralMorphBoneGroup
Remarks
A group of bones, which can generate morph targets together. This is useful when there are specific correlations between different bones, that all effect the same region on the body.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FBoneReference > | BoneNames | The list of bones that should form a group together. | |
| FName | GroupName | The name of the group, also shown in the UI. |