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 SetShouldIncludeCurvesInTraining
&40;
bool bInclude
&41;
Remarks
Set whether we want to include curves during training. This will make curves part of the neural network inputs.
Parameters
| Name | Description |
|---|---|
| bInclude | Set to true to include curves during training and inference time. |