Navigation
API > API/Plugins > API/Plugins/WaveformTransformations
USoundEffectPresets need diff tag hashes ONLY IF linked to waveform transformations. Removing their connection to waveform transformations is sufficient to avoid the need for cook diff tag support for USoundEffectSourcePresets. This done by deprecating WaveformTransformationEffectChain.
| Name | UWaveformTransformationEffectChain |
| Type | class |
| Header File | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformTransformations/Public/WaveformTransformationEffectChain.h |
| Include Path | #include "WaveformTransformationEffectChain.h" |
Syntax
UCLASS (MinimalAPI, hidden)
class UWaveformTransformationEffectChain : public UWaveformTransformationBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWaveformTransformationBase → UWaveformTransformationEffectChain
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EffectChain | TObjectPtr< class USoundEffectSourcePresetChain > | WaveformTransformationEffectChain.h |
|
|
| InlineEffects | TArray< TObjectPtr< class USoundEffectSourcePreset > > | WaveformTransformationEffectChain.h |
|