Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
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.
| Name | SetCurveIncludeList |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
void SetCurveIncludeList
(
const TArray < FMLDeformerCurveReference > & List
)
Parameters
| Name | Remarks |
|---|---|
| List | The list of curves to include. |