Navigation
API > API/Plugins > API/Plugins/WaveformTransformations
Inheritance Hierarchy
- IWaveTransformation
- FWaveTransformationEffectChain
References
| Module | WaveformTransformations |
| Header | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformTransformations/Public/WaveformTransformationEffectChain.h |
| Include | #include "WaveformTransformationEffectChain.h" |
Syntax
class FWaveTransformationEffectChain : public Audio::IWaveTransformation
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWaveTransformationEffectChain
(
TArray< TObjectPtr< class USoundEffectSourcePreset >>& InEffectPresets |
Overridden from IWaveTransformation
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | ProcessAudio
(
Audio::FWaveformTransformationWaveInfo& InOutWaveInfo |
Applies the transformation to the waveform and modifies WaveInfo with the resulting changes. | |
| bool |