Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Deprecated * This method and property has been removed and shouldn't be used anymore.
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include | #include "MLDeformerModel.h" |
void SetShouldIncludeBonesInTraining
&40;
bool bInclude
&41;
Remarks
Set whether we want to include bones during training or not. This will make bone transforms part of the neural network inputs.
Parameters
| Name | Description |
|---|---|
| bInclude | Set to true if you wish bone transforms to be included during training and at inference time. |