Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectEnvelopeFollower.h |
| Include | #include "SourceEffects/SourceEffectEnvelopeFollower.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSourceEffectEnvelopeFollowerSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AttackTime | The attack time of the envelope follower in milliseconds. | |
| bool | bIsAnalogMode | Whether or not the envelope follower is in analog mode. | |
| EEnvelopeFollowerPeakMode | PeakMode | The peak mode of the envelope follower. | |
| float | ReleaseTime | The release time of the envelope follower in milliseconds. |
Constructors
| Type | Name | Description | |
|---|---|---|---|