Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor > API/Plugins/NeuralMorphModelEditor/FNeuralMorphEditorModel
References
| Module | NeuralMorphModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/NeuralMorphEditorModel.h |
| Include | #include "NeuralMorphEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Private/NeuralMorphEditorModel.cpp |
void GenerateBoneMaskInfo
&40;
int32 InputInfoBoneIndex,
int32 HierarchyDepth
&41;
Remarks
Generate the mask info for a given bone. Look at the GenerateBoneMaskInfos method for a detailed description of the HierarchyDepth.
Parameters
| Name | Description |
|---|---|
| InputInfoBoneIndex | The bone index inside the input info object. |
| HierarchyDepth | The hierarchy depth to use, which should be a value of 1 or above. |