Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FMVVMEditorCommands
References
| Module | ModelViewViewModelEditor |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelEditor/Public/MVVMEditorCommands.h |
| Include | #include "MVVMEditorCommands.h" |
Syntax
class FMVVMEditorCommands : public TCommands< FMVVMEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | ToggleMVVMDrawer | Command to toggle MVVM drawer in widget editor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMVVMEditorCommands & | Get () |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |