Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
| Name | SMLDeformerCurvePickerDialog |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/SMLDeformerCurvePickerDialog.h |
| Include Path | #include "SMLDeformerCurvePickerDialog.h" |
Syntax
class SMLDeformerCurvePickerDialog : public SCustomDialog
Inheritance Hierarchy
- FGCObject → FSlateInvalidationRoot → SWindow → SCustomDialog → SMLDeformerCurvePickerDialog
- FNoncopyable → FSlateInvalidationRoot → SWindow → SCustomDialog → SMLDeformerCurvePickerDialog
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SWindow → SCustomDialog → SMLDeformerCurvePickerDialog
- FSlateControlledConstruction → SWidget → SCompoundWidget → SWindow → SCustomDialog → SMLDeformerCurvePickerDialog
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowMultiSelect | bool | SMLDeformerCurvePickerDialog.h | ||
| CurveListView | TSharedPtr< SMLDeformerCurvePickerListView > | SMLDeformerCurvePickerDialog.h | ||
| FilterText | FString | SMLDeformerCurvePickerDialog.h | ||
| HighlightColor | FSlateColor | SMLDeformerCurvePickerDialog.h | ||
| HighlightCurveNames | TArray< FName > | SMLDeformerCurvePickerDialog.h | ||
| IncludeList | TArray< FName > | SMLDeformerCurvePickerDialog.h | ||
| PickedCurveNames | TArray< FName > | SMLDeformerCurvePickerDialog.h | ||
| SkeletalMesh | TWeakObjectPtr< USkeletalMesh > | SMLDeformerCurvePickerDialog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SMLDeformerCurvePickerDialog.h | ||
const TArray< FName > & GetPickedCurveNames () |
Get the array of picked curves names. | SMLDeformerCurvePickerDialog.h |