Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
Inheritance Hierarchy
- FSoundEffectBase
- FSoundEffectSource
- FSourceEffectRingModulation
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectRingModulation.h |
| Include | #include "SourceEffects/SourceEffectRingModulation.h" |
Syntax
class FSourceEffectRingModulation : public FSoundEffectSource
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | AudioDeviceId | ||
| int32 | NumChannels | ||
| Audio::FRingModulation | RingModulation |
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. |