Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor > API/Plugins/NeuralMorphModelEditor/FNeuralMorphEditorModel
Description
Get 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 | GetMaskVisualizationItemIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/NeuralMorphEditorModel.h |
| Include Path | #include "NeuralMorphEditorModel.h" |
int32 GetMaskVisualizationItemIndex() const
The item to visualize the mask for.