USubmixEffectDelayPreset

======================================================================== [USubmixEffectDelayPreset](API\Plugins\Synthesis\SubmixEffects\USubmixEffectDelayPreset)Class which processes audio streams and uses parameters defined in the preset class.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Synthesis

Header

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectDelay.h

Include

#include "SubmixEffects/SubmixEffectDelay.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class USubmixEffectDelayPreset : public USoundEffectSubmixPreset

Remarks

======================================================================== USubmixEffectDelayPresetClass which processes audio streams and uses parameters defined in the preset class.

Variables

Functions

Name Description

Public function UFunction BlueprintCallable, Category

float

 

GetMaxDelayInMilliseconds()

Get the maximum delay possible.

Public function

FSubmixEffec...

 

GetSettings()

Public function UFunction BlueprintCallable, Category

void

 

SetDelay

(
    float Length
)

Set how long the delay actually is, in milliseconds.

Public function UFunction BlueprintCallable, Category

void

 

SetInterpolationTime

(
    float Time
)

Set the time it takes to interpolate between parameters, in milliseconds.

Public function UFunction BlueprintCallable, Category

void

 

SetSettings

(
    const FSubmixEffectDelaySettings& ...
)

Set all tap delay setting. This will replace any dynamically added or modified taps.

Public function

void

 

UpdateSettings

(
    const FSubmixEffectDelaySettings& ...
)

Public function

void

 

UpdateSettings

(
    TUniqueFunction< void...
)

Overridden from USoundEffectPreset

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss