Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorCommands.h |
Include |
#include "MetasoundEditorCommands.h" |
class FEditorCommands : public TCommands< FEditorCommands >
Name | Description | ||
---|---|---|---|
|
TSharedPtr< FUI... |
AddInput |
Adds an input to the node |
|
TSharedPtr< FUI... |
BreakLink |
Breaks the node input/output link |
|
TSharedPtr< FUI... |
BrowserSync |
Selects the Metasound in the content browser. |
|
TSharedPtr< FUI... |
ConvertFromPreset |
Converts a MetaSound from a restricted, preset edit state to a fully accessible MetaSound. |
|
TSharedPtr< FUI... |
DeleteInput |
Removes an input from the node |
|
TSharedPtr< FUI... |
EditMetasoundSettings |
Shows the Metasound's top-level general object settings in the Inspector |
|
TSharedPtr< FUI... |
EditSourceSettings |
Shows the MetasoundSource's specific settings in the Inspector (if of respective type) |
|
TSharedPtr< FUI... |
Export |
Exports the Metasound |
|
TSharedPtr< FUI... |
Import |
Imports the Metasound from Json |
|
TSharedPtr< FUI... |
Play |
Plays the Metasound |
|
TSharedPtr< FUI... |
Stop |
Stops the currently playing Metasound |
|
TSharedPtr< FUI... |
TogglePlayback |
Plays stops the currently playing Metasound |
|
TSharedPtr< FUI... |
UpdateNodes |
Run updates on selected nodes if required by any subset of selected nodes. |
Name | Description | |
---|---|---|
|
FEditorCommands() |
Constructor |
Name | Description | ||
---|---|---|---|
|
RegisterCommands() |
Initialize commands |