Navigation
API > API/Plugins > API/Plugins/Synthesis
| Name | FSourceEffectEnvelopeFollowerSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectEnvelopeFollower.h |
| Include Path | #include "SourceEffects/SourceEffectEnvelopeFollower.h" |
Syntax
USTRUCT (BlueprintType )
struct FSourceEffectEnvelopeFollowerSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSourceEffectEnvelopeFollowerSettings() |
SourceEffects/SourceEffectEnvelopeFollower.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttackTime | float | The attack time of the envelope follower in milliseconds. | SourceEffects/SourceEffectEnvelopeFollower.h |
|
| bIsAnalogMode | bool | Whether or not the envelope follower is in analog mode. | SourceEffects/SourceEffectEnvelopeFollower.h |
|
| PeakMode | EEnvelopeFollowerPeakMode | The peak mode of the envelope follower. | SourceEffects/SourceEffectEnvelopeFollower.h |
|
| ReleaseTime | float | The release time of the envelope follower in milliseconds. | SourceEffects/SourceEffectEnvelopeFollower.h |
|