Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Set whether we want to include curves during training. This will make curves part of the neural network inputs.
| Name | SetShouldIncludeCurvesInTraining |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
void SetShouldIncludeCurvesInTraining
(
bool bInclude
)
Parameters
| Name | Remarks |
|---|---|
| bInclude | Set to true to include curves during training and inference time. |