Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FNeuralMorphInputWidgetCommands
References
| Module | NeuralMorphModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/SNeuralMorphInputWidget.h |
| Include | #include "SNeuralMorphInputWidget.h" |
Syntax
class FNeuralMorphInputWidgetCommands : public TCommands< FNeuralMorphInputWidgetCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | ExpandSelectedBoneGroupMasks | ||
| TSharedPtr< FUICommandInfo > | ExpandSelectedBoneMasks | ||
| TSharedPtr< FUICommandInfo > | ResetAllBoneGroupMasks | ||
| TSharedPtr< FUICommandInfo > | ResetAllBoneMasks | ||
| TSharedPtr< FUICommandInfo > | ResetSelectedBoneGroupMasks | ||
| TSharedPtr< FUICommandInfo > | ResetSelectedBoneMasks |
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. |