Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Check whether we should include curve values as input to the model during training or not. Curve values are single floats.
| Name | ShouldIncludeCurvesInTraining |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
bool ShouldIncludeCurvesInTraining() const
Returns true when curve values should be a part of the network inputs, during the training process.