Navigation
API > API/Plugins > API/Plugins/WaveformEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FWaveformEditorCommands
References
| Module | WaveformEditor |
| Header | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformEditor/Public/WaveformEditorCommands.h |
| Include | #include "WaveformEditorCommands.h" |
Syntax
class FWaveformEditorCommands : public TCommands< FWaveformEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | ExportFormatMono | ||
| TSharedPtr< FUICommandInfo > | ExportFormatStereo | ||
| TSharedPtr< FUICommandInfo > | ExportWaveform | ||
| TSharedPtr< FUICommandInfo > | PauseSoundWave | ||
| TSharedPtr< FUICommandInfo > | PlaySoundWave | Soundwave Playback controls. | |
| TSharedPtr< FUICommandInfo > | ReimportAsset | ||
| TSharedPtr< FUICommandInfo > | ReimportModeNewFile | ||
| TSharedPtr< FUICommandInfo > | ReimportModeSameFile | ||
| TSharedPtr< FUICommandInfo > | StopSoundWave | ||
| TSharedPtr< FUICommandInfo > | TogglePlayback | ||
| TSharedPtr< FUICommandInfo > | ZoomIn | ||
| TSharedPtr< FUICommandInfo > | ZoomOut |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FWaveformEditorCommands & | 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. |