Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FEditorCommands
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorCommands.h |
| Include | #include "MetasoundEditorCommands.h" |
Syntax
class FEditorCommands : public TCommands< FEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AddInput | Adds an input to the node | |
| TSharedPtr< FUICommandInfo > | BreakLink | Breaks the node input/output link | |
| TSharedPtr< FUICommandInfo > | BrowserSync | Selects the Metasound in the content browser. | |
| TSharedPtr< FUICommandInfo > | ConvertFromPreset | Converts a MetaSound from a restricted, preset edit state to a fully accessible MetaSound. | |
| TSharedPtr< FUICommandInfo > | Delete | Delete selected items. | |
| TSharedPtr< FUICommandInfo > | EditMetasoundSettings | Shows the Metasound's top-level general object settings in the Details panel | |
| TSharedPtr< FUICommandInfo > | EditSourceSettings | Shows the MetasoundSource's specific settings in the Details panel (if of respective type) | |
| TSharedPtr< FUICommandInfo > | Export | Exports the Metasound | |
| TSharedPtr< FUICommandInfo > | Import | Imports the Metasound from Json | |
| TSharedPtr< FUICommandInfo > | Play | Plays the Metasound | |
| TSharedPtr< FUICommandInfo > | Stop | Stops the currently playing Metasound | |
| TSharedPtr< FUICommandInfo > | TogglePlayback | Plays stops the currently playing Metasound | |
| TSharedPtr< FUICommandInfo > | UpdateNodeClass | Run updates on selected node(s) class(es) if required by any subset of selected nodes. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize commands |