Navigation
API > API/Plugins > API/Plugins/WaveTableEditor
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
| Type | Name | Description | |
|---|---|---|---|
FBankEditor () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FBankEditor () |
Overridden from FBankEditorBase
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FWaveTableCurveModel > | ConstructCurveModel
(
FRichCurve& InRichCurve, |
Construct a new curve model for the given FRichCurve. Allows for editor implementation to construct custom curve model types. | |
| bool | Returns whether or not bank is bipolar. | ||
| EWaveTableResolution | Returns resolution of bank being edited. | ||
| int32 | Returns sample rate to use if BankSamplingMode is set to 'SampleRate'. | ||
| EWaveTableSamplingMode | Returns sampling mode of bank being edited. | ||
| int32 | Returns the number of transforms associated with the given bank. | ||
| FWaveTableTransform * | GetTransform
(
int32 InIndex |
Returns the transform associated with the given index. |