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