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 FNeuralMorphCurveGroup
Remarks
A group of curves, which can generate morph targets together. This is useful when there are specific correlations between different curves, that all effect the same region on the body.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMLDeformerCurveReference > | CurveNames | The list of curves that should form a group together. | |
| FName | GroupName | The name of the group, also shown in the UI. |