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
UCLASS (EditInlineNew, MinimalAPI)
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 > |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEditorOnly () |
Called during saving to determine if the object is forced to be editor only or not |