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