Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FNeuralMorphCurveGroupsCommands
References
| Module | NeuralMorphModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/SNeuralMorphCurveGroupsWidget.h |
| Include | #include "SNeuralMorphCurveGroupsWidget.h" |
Syntax
class FNeuralMorphCurveGroupsCommands : public TCommands< FNeuralMorphCurveGroupsCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AddCurveToGroup | ||
| TSharedPtr< FUICommandInfo > | ClearGroups | ||
| TSharedPtr< FUICommandInfo > | CreateGroup | ||
| TSharedPtr< FUICommandInfo > | DeleteSelectedItems |
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. |