Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the list of curves that we configured to be included during training. A curve reference is basically just a name of a curve. This can be different from the curve list inside the InputInfo property though. Please keep in mind that the CurveIncludeList is what is setup in the UI, but the InputInfo contains the actual list of what we trained on, so what we use during inference. A user could change this curve list after they trained a model, in which case the input info and this curve include list will contain different items.
| Name | GetCurveIncludeList |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
TArray < FMLDeformerCurveReference > & GetCurveIncludeList()
The list of curves that should be included when performing the next training session.