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 SetCurveIncludeList
&40;
const TArray< FMLDeformerCurveReference > & List
&41;
Remarks
Set the list of curves that should be included during training. This list is ignored if ShouldIncludeCurvesInTraining() returns false. If the list is empty, all curves will be included.
Parameters
| Name | Description |
|---|---|
| List | The list of curves to include. |