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 SetShouldIncludeBonesInTraining
(
bool bInclude
)
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. |