FBankEditorBase

Inheritance Hierarchy

References

Module

WaveTableEditor

Header

/Engine/Plugins/Runtime/WaveTable/Source/WaveTableEditor/Public/WaveTableBankEditor.h

Include

#include "WaveTableBankEditor.h"

Syntax

class FBankEditorBase :
    public FAssetEditorToolkit,
    public FNotifyHook,
    public FEditorUndoClient

Constructors

Name Description

Public function

FBankEditorBase()

Destructors

Name Description

Public function Virtual

~FBankEditorBase()

Functions

Name Description

Protected function

TUniquePtr< ...

 

ConstructCurveModel

(
    FRichCurve& InRichCurve,
    UObject* InParentObject,
    EWaveTableCurveSource InSource
)

Construct a new curve model for the given FRichCurve. Allows for editor implementation to construct custom curve model types.

Protected function Virtual Const

bool

 

GetBankIsBipolar()

Returns whether or not bank is bipolar.

Protected function Virtual Const

EWaveTableRe...

 

GetBankResolution()

Returns resolution of bank being editor.

Protected function Virtual Const

bool

 

GetIsPropertyEditorDisabled()

Protected function Const

int32

 

GetNumTransforms()

Returns the number of transforms associated with the given bank.

Protected function Const

FWaveTableTr...

 

GetTransform

(
    int32 InIndex
)

Returns the transform associated with the given index.

Public function

void

 

Init

(
    const EToolkitMode::Type Mode,
    const TSharedPtr< IToolkitHost >& ...,
    UObject* InParentObject
)

Public function

void

 

RefreshCurves()

Updates & redraws curves.

Public function

void

 

RegenerateFileCurves()

Regenerates curves set to "file" without refreshing whole stack view.

Protected function

void

 

SetCurve

(
    int32 InTransformIndex,
    FRichCurve& InRichCurve,
    EWaveTableCurveSource InSource
)

Overridden from IToolkit

Name Description

Public function Virtual Const

FText

 

GetBaseToolkitName()

Returns the localized name of this toolkit type (typically just " editor")

Public function Virtual Const

FName

 

GetToolkitFName()

FAssetEditorToolkit interface

Public function Virtual Const

FLinearColor

 

GetWorldCentricTabColorScale()

Public function Virtual Const

FString

 

GetWorldCentricTabPrefix()

Returns the localize prefix string to use for tab labels in world-centric mode.

Public function Virtual

void

 

RegisterTabSpawners

(
    const TSharedRef< FTabManager >& T...
)

IToolkit interface

Public function Virtual

void

 

UnregisterTabSpawners

(
    const TSharedRef< FTabManager >& T...
)

Unregister tabs that this toolkit can spawn

Overridden from FNotifyHook

Name Description

Public function Virtual

void

 

NotifyPostChange

(
    const FPropertyChangedEvent& Prope...,
    FProperty* PropertyThatChanged
)

FNotifyHook interface

Overridden from FEditorUndoClient

Name Description

Protected function Virtual

void

 

PostRedo

(
    bool bSuccess
)

Signal that client should run any PostRedo code

Protected function Virtual

void

 

PostUndo

(
    bool bSuccess
)

Signal that client should run any PostUndo code

Classes

Name

Description

Protected struct

FCurveData

Constants

Name

Description

AppIdentifier

Settings Editor App Identifier

CurveTabId

PropertiesTabId

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel