Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphModel
Syntax
UPROPERTY ()
TMap < FName , FNeuralMorphMaskInfo > BoneGroupMaskInfos
Remarks
Information needed to generate a mask for each bone group. So the size of the array is NumGroupsInInputInfo. Each mask info object contains a list of bones who's skinning influence regions should be included in the final mask for the specific bone. This information (and bone masking in general) is used inside the ENeuralMorphMode::Local mode.