Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/SMLDeformerCurvePickerDialog
Description
Get the array of picked curves names. This will be an empty list when nothing got selected, which means we basically cancelled.
| Name | GetPickedCurveNames |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/SMLDeformerCurvePickerDialog.h |
| Include Path | #include "SMLDeformerCurvePickerDialog.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/SMLDeformerCurvePickerDialog.cpp |
const TArray < FName > & GetPickedCurveNames() const
The array of selected curves names. Empty if cancelled or if no curves were there to begin with.