Navigation
API > API/Runtime > API/Runtime/AudioExtensions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWaveformTransformationChain
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/IWaveformTransformation.h |
| Include | #include "IWaveformTransformation.h" |
Syntax
class UWaveformTransformationChain : public UObject
Remarks
Object that holds an ordered list of transformations to perform on a sound wave.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UWaveformTransformationBase > > | Transformations |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< Audio::FTransformationPtr > |