Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphInputInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the curve groups. | NeuralMorphInputInfo.h | ||
const TArray< FNeuralMorphCurveGroup > & GetCurveGroups () |
NeuralMorphInputInfo.h |
GetCurveGroups()
Description
Get the curve groups. Curve groups are groups of bones that generate morph targets all together as a group rather than one for each curve individually.
| Name | GetCurveGroups |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphInputInfo.h |
| Include Path | #include "NeuralMorphInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphInputInfo.cpp |
TArray < FNeuralMorphCurveGroup > & GetCurveGroups()
A reference to the curve groups array.
GetCurveGroups()
| Name | GetCurveGroups |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphInputInfo.h |
| Include Path | #include "NeuralMorphInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphInputInfo.cpp |
const TArray < FNeuralMorphCurveGroup > & GetCurveGroups() const