Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SubmixEffects
Inheritance Hierarchy
- FSoundEffectBase
- FSoundEffectSubmix
- FSubmixEffectFilter
References
Module | Synthesis |
Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectFilter.h |
Include | #include "SubmixEffects/SubmixEffectFilter.h" |
Syntax
class FSubmixEffectFilter : public FSoundEffectSubmix
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetFilterAlgorithm
(
ESubmixFilterAlgorithm InAlgorithm |
Sets the filter algorithm. |
![]() |
void | SetFilterCutoffFrequency
(
float InFrequency |
Sets the base filter cutoff frequency. |
![]() |
void | SetFilterCutoffFrequencyMod
(
float InFrequency |
Sets the mod filter cutoff frequency. |
![]() |
void | SetFilterQ
(
float InQ |
Sets the filter Q. |
![]() |
void | SetFilterQMod
(
float InQ |
Sets the filter Q. |
![]() |
void | SetFilterType
(
ESubmixFilterType InType |
Sets the filter type. |
Overridden from FSoundEffectSubmix
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Init
(
const FSoundEffectSubmixInitData& InInitData |
Called on an audio effect at initialization on main thread before audio processing begins. |
![]() ![]() |
void | OnProcessAudio
(
const FSoundEffectSubmixInputData& InData, |
Process the input block of audio. Called on audio thread. |
Overridden from FSoundEffectBase
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Called when the sound effect's preset changed. |