Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FMLDeformerInputBonesWidgetCommands
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/SMLDeformerInputBonesWidget.h |
| Include | #include "SMLDeformerInputBonesWidget.h" |
Syntax
class FMLDeformerInputBonesWidgetCommands : public TCommands< FMLDeformerInputBonesWidgetCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AddAnimatedBones | ||
| TSharedPtr< FUICommandInfo > | AddInputBones | ||
| TSharedPtr< FUICommandInfo > | ClearInputBones | ||
| TSharedPtr< FUICommandInfo > | DeleteInputBones |
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. |