Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
The curve picker widget for the ML Deformer editor.
| Name | SCurvePickerWidget |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/SMLDeformerCurvePickerWidget.h |
| Include Path | #include "SMLDeformerCurvePickerWidget.h" |
Syntax
class SCurvePickerWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCurvePickerWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCurvePickerWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveNames | TArray< TSharedPtr< FString > > | The names of the curves we are displaying. | SMLDeformerCurvePickerWidget.h | |
| FilterText | FString | The string we use to filter curve names. | SMLDeformerCurvePickerWidget.h | |
| NameListView | TSharedPtr< SListView< TSharedPtr< FString > > > | The list view used to display names. | SMLDeformerCurvePickerWidget.h | |
| OnCurveNamePicked | FOnCurveNamePicked | Delegate fired when a curve name is picked. | SMLDeformerCurvePickerWidget.h | |
| OnGetSkeletalMesh | FOnGetSkeletalMesh | Provide us with a skeletal mesh. | SMLDeformerCurvePickerWidget.h | |
| SearchBox | TSharedPtr< SSearchBox > | The search filter box. | SMLDeformerCurvePickerWidget.h | |
| SkeletalMesh | TWeakObjectPtr< USkeletalMesh > | The skeletal mesh to get the curves from. | SMLDeformerCurvePickerWidget.h | |
| UniqueCurveNames | TSet< FString > | All the unique curve names we can find. | SMLDeformerCurvePickerWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SMLDeformerCurvePickerWidget.h | ||
TSharedPtr< SSearchBox > GetFilterTextWidget() |
SMLDeformerCurvePickerWidget.h |