Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
Inheritance Hierarchy
- FSoundEffectBase
- FSoundEffectSource
- FSourceEffectMidSideSpreader
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectMidSideSpreader.h |
| Include | #include "SourceEffects/SourceEffectMidSideSpreader.h" |
Syntax
class FSourceEffectMidSideSpreader : public FSoundEffectSource
Remarks
======================================================================== FSourceEffectMidSideSpreaderThis is the instance of the source effect. Performs DSP calculations.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MidScale | ||
| int32 | NumChannels | ||
| float | SideScale | ||
| FSourceEffectMidSideSpreaderSettings | SpreaderSettings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FSoundEffectSource
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const FSoundEffectSourceInitData& InInitData |
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. |