Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor > API/Plugins/NeuralMorphModelEditor/FNeuralMorphEditorModel
Description
Generate the mask infos for all bone groups. Look at the GenerateBoneMaskInfos method for a detailed description of the HierarchyDepth.
| Name | GenerateBoneGroupMaskInfos |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/NeuralMorphEditorModel.h |
| Include Path | #include "NeuralMorphEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Private/NeuralMorphEditorModel.cpp |
void GenerateBoneGroupMaskInfos
(
int32 HierarchyDepth
)
Parameters
| Name | Remarks |
|---|---|
| HierarchyDepth | The hierarchy depth to use, which should be a value of 1 or above. |
See Also
- GenerateBoneMaskInfos