Navigation
API > API/Runtime > API/Runtime/AudioExtensions
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/IWaveformTransformation.h |
| Include | #include "IWaveformTransformation.h" |
Syntax
class IWaveTransformation
Remarks
Base class for the object that processes waveform data Pass tweakable variables from its paired settings UObject in the constructor in UWaveformTransformationBase::CreateTransformation
note: WaveTransformation vs WaveformTransformation is to prevent UHT class name conflicts without having to namespace everything - remember this in derived classes!
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| void | ProcessAudio
(
FWaveformTransformationWaveInfo& InOutWaveInfo |
Applies the transformation to the waveform and modifies WaveInfo with the resulting changes. | |
| bool |