Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FMLDeformerInputCurvesWidgetCommands
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/SMLDeformerInputCurvesWidget.h |
| Include | #include "SMLDeformerInputCurvesWidget.h" |
Syntax
class FMLDeformerInputCurvesWidgetCommands : public TCommands< FMLDeformerInputCurvesWidgetCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AddAnimatedCurves | ||
| TSharedPtr< FUICommandInfo > | AddInputCurves | ||
| TSharedPtr< FUICommandInfo > | ClearInputCurves | ||
| TSharedPtr< FUICommandInfo > | DeleteInputCurves |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |