Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphInputInfo
Description
Generates the list of index values that point inside the curve array. For more information please look at the GenerateBoneGroupIndices documentation.
| Name | GenerateCurveGroupIndices |
| 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 |
void GenerateCurveGroupIndices
(
TArray < int32 > & OutCurveGroupIndices
)
Parameters
| Name | Remarks |
|---|---|
| OutCurveGroupIndices | The array we will fill with the right curve indices. It will automatically resize internally. |