Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel
References
| Module | NeuralMorphModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphTypes.h |
| Include | #include "NeuralMorphTypes.h" |
Syntax
USTRUCT ()
struct FNeuralMorphMaskInfo
Remarks
Information needed to generate the mask for a specific bone. This includes a list of bone names. Each bone has a skinning influence mask. The final mask will be a merge of all the bone masks of bones listed inside this info struct. There will be an array of these structs, one for each bone.