FBankEditor

Inheritance Hierarchy

References

Module

WaveTableEditor

Header

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

Include

#include "WaveTableBankEditor.h"

Syntax

class FBankEditor : public WaveTable::Editor::FBankEditorBase

Constructors

Name Description

Public function

FBankEditor()

Destructors

Name Description

Public function Virtual

~FBankEditor()

Overridden from FBankEditorBase

Name Description

Protected function Virtual

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

int32

 

GetNumTransforms()

Returns the number of transforms associated with the given bank.

Protected function Virtual Const

FWaveTableTr...

 

GetTransform

(
    int32 InIndex
)

Returns the transform associated with the given index.

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