Navigation
API > API/Plugins > API/Plugins/AudioModulation > API/Plugins/AudioModulation/Generators
References
| Module | AudioModulation |
| Header | /Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/Generators/SoundModulationEnvelopeFollower.h |
| Include | #include "Generators/SoundModulationEnvelopeFollower.h" |
Syntax
USTRUCT (BlueprintType )
struct FEnvelopeFollowerGeneratorParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AttackTime | Attack time of envelope response (in sec) | |
| TObjectPtr< UAudioBus > | AudioBus | AudioBus to follow amplitude of and generate modulation control signal from. | |
| bool | bBypass | If true, bypasses generator from being modulated by parameters, patches, or mixed (remains active and computed). | |
| bool | bInvert | If true, inverts output | |
| float | Gain | Gain to apply to amplitude signal. | |
| float | ReleaseTime | Release time of envelope response (in sec) |