Navigation
API > API/Plugins > API/Plugins/WaveTableEditor
| Name | FBankEditorBase |
| Type | class |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTableEditor/Public/WaveTableBankEditor.h |
| Include Path | #include "WaveTableBankEditor.h" |
Syntax
class FBankEditorBase :
public FAssetEditorToolkit ,
public FNotifyHook ,
public FEditorUndoClient
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FAssetEditorToolkit → FBankEditorBase
- FNotifyHook → FBankEditorBase
- FEditorUndoClient → FBankEditorBase
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBankEditorBase() |
WaveTableBankEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FBankEditorBase() |
WaveTableBankEditor.h |
Structs
| Name | Remarks |
|---|---|
| FCurveData |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AppIdentifier | const FName | Settings Editor App Identifier | WaveTableBankEditor.h |
| CurveTabId | const FName | WaveTableBankEditor.h | |
| PropertiesTabId | const FName | WaveTableBankEditor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveData | TArray< FCurveData > | WaveTableBankEditor.h | ||
| CurveEditor | TSharedPtr< FCurveEditor > | WaveTableBankEditor.h | ||
| CurvePanel | TSharedPtr< SCurveEditorPanel > | WaveTableBankEditor.h | ||
| PropertiesView | TSharedPtr< IDetailsView > | Properties tab | WaveTableBankEditor.h | |
| ToolbarCurveTargetCommands | TSharedPtr< FUICommandList > | WaveTableBankEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init
(
const EToolkitMode::Type Mode, |
WaveTableBankEditor.h | ||
void RefreshCurves() |
Updates & redraws curves. | WaveTableBankEditor.h | |
void RegenerateFileCurves() |
Regenerates curves set to "file" without refreshing whole stack view. | WaveTableBankEditor.h |
Overridden from IToolkit
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetBaseToolkitName() |
WaveTableBankEditor.h | ||
virtual FName GetToolkitFName() |
FAssetEditorToolkit interface | WaveTableBankEditor.h | |
virtual FLinearColor GetWorldCentricTabColorScale() |
WaveTableBankEditor.h | ||
virtual FString GetWorldCentricTabPrefix() |
WaveTableBankEditor.h | ||
virtual void RegisterTabSpawners
(
const TSharedRef< FTabManager >& TabManager |
WaveTableBankEditor.h | ||
virtual void UnregisterTabSpawners
(
const TSharedRef< FTabManager >& TabManager |
WaveTableBankEditor.h |
Overridden from FNotifyHook
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void NotifyPostChange
(
const FPropertyChangedEvent& PropertyChangedEvent, |
FNotifyHook interface | WaveTableBankEditor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< FWaveTableCurveModel > ConstructCurveModel
(
FRichCurve& InRichCurve, |
Construct a new curve model for the given FRichCurve. Allows for editor implementation to construct custom curve model types. | WaveTableBankEditor.h | |
virtual bool GetBankIsBipolar () |
Returns whether or not bank is bipolar. | WaveTableBankEditor.h | |
virtual EWaveTableResolution GetBankResolution () |
Returns resolution of bank being edited. | WaveTableBankEditor.h | |
virtual int32 GetBankSampleRate() |
Returns sample rate to use if BankSamplingMode is set to 'SampleRate'. | WaveTableBankEditor.h | |
virtual EWaveTableSamplingMode GetBankSamplingMode() |
Returns sampling mode of bank being edited. | WaveTableBankEditor.h | |
virtual bool GetIsPropertyEditorDisabled() |
WaveTableBankEditor.h | ||
int32 GetNumTransforms() |
Returns the number of transforms associated with the given bank. | WaveTableBankEditor.h | |
FWaveTableTransform * GetTransform
(
int32 InIndex |
Returns the transform associated with the given index. | WaveTableBankEditor.h | |
void SetCurve
(
int32 InTransformIndex, |
WaveTableBankEditor.h |
Overridden from FEditorUndoClient
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostRedo
(
bool bSuccess |
WaveTableBankEditor.h | ||
virtual void PostUndo
(
bool bSuccess |
WaveTableBankEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void TrimKeys
(
FRichCurve& OutCurve |
Trims keys out-of-bounds in provided curve | WaveTableBankEditor.h |