Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor > API/Plugins/NeuralMorphModelEditor/FNeuralMorphEditorModel
Description
Set the mask visualization item index. This specifies which item (bone, curve, bone group, curve group) to visualize the mask for. The first index values are for all input bones. Indices that come after that are for curves, then for bone groups and finally followed by curve groups. So if there are 10 input bones and 4 bone groups, and the visualization index is 11, it means it's for the second bone group.
| Name | SetMaskVisualizationItemIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/NeuralMorphEditorModel.h |
| Include Path | #include "NeuralMorphEditorModel.h" |
void SetMaskVisualizationItemIndex
(
int32 InMaskVizItemIndex
)
Parameters
| Name | Remarks |
|---|---|
| InMaskVizItemIndex | The mask visualization index. |