FSourceEffectFilterAudioBusModulationSettings

Windows
MacOS
Linux

References

Module

Synthesis

Header

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectFilter.h

Include

#include "SourceEffects/SourceEffectFilter.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FSourceEffectFilterAudioBusModulationSettings

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

UAudioBus *

 

AudioBus

Audio bus to use to modulate the filter.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

int32

 

EnvelopeFollowerAttackTimeMsec

The amplitude envelope follower attack time (in milliseconds) on the audio bus.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

int32

 

EnvelopeFollowerReleaseTimeMsec

The amplitude envelope follower release time (in milliseconds) on the audio bus.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

EnvelopeGainMultiplier

An amount to scale the envelope follower output to map to the modulation values.

Public variable UProperty Category, EditAnywhere, Meta

ESourceEffectFi...

 

FilterParam

Which parameter to modulate.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

MaxFrequencyModulation

The frequency modulation value (in semitones from the filter frequency) to use when the envelope is loudest.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

MaxResonanceModulation

The resonance modulation value to use when the envelope is loudest.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

MinFrequencyModulation

The frequency modulation value (in semitones from the filter frequency) to use when the envelope is quietest.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

MinResonanceModulation

The resonance modulation value to use when the envelope is quietest.

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