Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
Inheritance Hierarchy
- FSoundEffectBase
- FSoundEffectSource
- FSourceEffectEnvelopeFollower
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectEnvelopeFollower.h |
| Include | #include "SourceEffects/SourceEffectEnvelopeFollower.h" |
Syntax
class FSourceEffectEnvelopeFollower : public FSoundEffectSource
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CurrentEnvelopeValue | ||
| Audio::FInlineEnvelopeFollower | EnvelopeFollower | ||
| int32 | FrameCount | ||
| int32 | FramesToNotify | ||
| uint32 | InstanceId | ||
| int32 | NumChannels | ||
| uint32 | OwningPresetUniqueId |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FSoundEffectSource
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const FSoundEffectSourceInitData& InitData |
Called on an audio effect at initialization on main thread before audio processing begins. | |
| void | ProcessAudio
(
const FSoundEffectSourceInputData& InData, |
Process the input block of audio. Called on audio thread. |
Overridden from FSoundEffectBase
| Type | Name | Description | |
|---|---|---|---|
| void | Called when an audio effect preset is changed. |