Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include | #include "MLDeformerModel.h" |
void SetBoneIncludeList
&40;
const TArray< FBoneReference > & List
&41;
Remarks
Set the list of bones that should be included during training. This list is ignored if ShouldIncludeBonesInTraining() returns false. If the list is empty, all bones will be included.
Parameters
| Name | Description |
|---|---|
| List | The list of bones to include. |