Navigation
API > API/Editor > API/Editor/AudioEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FSoundCueGraphEditorCommands
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Public/SoundCueGraphEditorCommands.h |
| Include | #include "SoundCueGraphEditorCommands.h" |
Syntax
class FSoundCueGraphEditorCommands : public TCommands< FSoundCueGraphEditorCommands >
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 SoundWave in the content browser | |
| TSharedPtr< FUICommandInfo > | DeleteInput | Removes an input from the node | |
| TSharedPtr< FUICommandInfo > | PlayCue | Plays the SoundCue | |
| TSharedPtr< FUICommandInfo > | PlayNode | Plays the selected node | |
| TSharedPtr< FUICommandInfo > | StopCueNode | Stops the currently playing cue/node | |
| TSharedPtr< FUICommandInfo > | ToggleMute | Plays the SoundCue or stops the currently playing cue/node | |
| TSharedPtr< FUICommandInfo > | TogglePlayback | Plays the SoundCue or stops the currently playing cue/node | |
| TSharedPtr< FUICommandInfo > | ToggleSolo | Plays the SoundCue or stops the currently playing cue/node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize commands |