Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel
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.
| Name | FNeuralMorphCurveGroup |
| Type | struct |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphTypes.h |
| Include Path | #include "NeuralMorphTypes.h" |
Syntax
USTRUCT ()
struct FNeuralMorphCurveGroup
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveNames | TArray< FMLDeformerCurveReference > | The list of curves that should form a group together. | NeuralMorphTypes.h |
|
| GroupName | FName | The name of the group, also shown in the UI. | NeuralMorphTypes.h |