Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Set whether we want to include bones during training or not. This will make bone transforms part of the neural network inputs.
| Name | SetShouldIncludeBonesInTraining |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
void SetShouldIncludeBonesInTraining
(
bool bInclude
)
Parameters
| Name | Remarks |
|---|---|
| bInclude | Set to true if you wish bone transforms to be included during training and at inference time. |