Navigation
API > API/Runtime > API/Runtime/AudioExtensions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWaveformTransformationBase
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/IWaveformTransformation.h |
| Include | #include "IWaveformTransformation.h" |
Syntax
UCLASS (Abstract, EditInlineNew, MinimalAPI)
class UWaveformTransformationBase : public UObject
Remarks
Base class to hold editor configurable properties for an arbitrary transformation of audio waveform data.
Functions
| Type | Name | Description | |
|---|---|---|---|
| Audio::FTransformationPtr | |||
| void | UpdateConfiguration
(
FWaveTransformUObjectConfiguration& InOutConfiguration |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEditorOnly () |
Called during saving to determine if the object is forced to be editor only or not |