Navigation
API > API/Plugins > API/Plugins/WaveformEditor
Inheritance Hierarchy
- FAssetEditorToolkit
- FEditorUndoClient
- FGCObject
- FNotifyHook
- FWaveformEditor
References
| Module | WaveformEditor |
| Header | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformEditor/Public/WaveformEditor.h |
| Include | #include "WaveformEditor.h" |
Syntax
class FWaveformEditor :
public FAssetEditorToolkit,
public FEditorUndoClient,
public FGCObject,
public FNotifyHook
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Init
(
const EToolkitMode::Type Mode, |
||
| void | OnAssetReimport
(
UObject* ReimportedObject, |
Overridden from FAssetEditorToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | InitToolMenuContext
(
FToolMenuContext& MenuContext |
Overridden from IAssetEditorInstance
| Type | Name | Description | |
|---|---|---|---|
| FName | IAssetEditorInstance interface |
Overridden from IToolkit
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns the localized name of this toolkit type (typically just " |
||
| FName | Returns the invariant name of this toolkit type | ||
| FLinearColor | |||
| FString | Returns the localize prefix string to use for tab labels in world-centric mode. | ||
| void | RegisterTabSpawners
(
const TSharedRef< FTabManager >& TabManager |
FAssetEditorToolkit interface | |
| void | UnregisterTabSpawners
(
const TSharedRef< FTabManager >& TabManager |
Unregister tabs that this toolkit can spawn |
Overridden from FEditorUndoClient
| Type | Name | Description | |
|---|---|---|---|
| bool | MatchesContext
(
const FTransactionContext& InContext, |
Called to see if the context of the current undo/redo operation is a match for the client Default state matching old context-less undo is Context="" and PrimaryObject=NULL | |
| void | PostRedo
(
bool bSuccess |
Signal that client should run any PostRedo code | |
| void | PostUndo
(
bool bSuccess |
FEditorUndo interface |
Overridden from FNotifyHook
| Type | Name | Description | |
|---|---|---|---|
| void | NotifyPostChange
(
const FPropertyChangedEvent& PropertyChangedEvent, |
||
| void | NotifyPreChange
(
FEditPropertyChain* PropertyAboutToChange |
FNotifyHook interface |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EWaveEditorReimportMode |
Constants
| Name | Description |
|---|---|
| AppIdentifier | Settings Editor App Identifier |
| EditorName | |
| PropertiesTabId | Tab Ids |
| ToolkitFName | |
| TransformationsTabId | |
| WaveformDisplayTabId |