Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphInputInfo
References
| Module | NeuralMorphModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphInputInfo.h |
| Include | #include "NeuralMorphInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphInputInfo.cpp |
void GenerateCurveGroupIndices
&40;
TArray< int32 > & OutCurveGroupIndices
&41;
Remarks
Generates the list of index values that point inside the curve array. For more information please look at the GenerateBoneGroupIndices documentation.
Parameters
| Name | Description |
|---|---|
| OutCurveGroupIndices | The array we will fill with the right curve indices. It will automatically resize internally. |