Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SubmixEffects
References
Module | Synthesis |
Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectFilter.h |
Include | #include "SubmixEffects/SubmixEffectFilter.h" |
Syntax
USTRUCT (BlueprintType )
struct FSubmixEffectFilterSettings
Remarks
======================================================================== FSubmixEffectFilterSettingsUStruct used to define user-exposed params for use with your effect.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
ESubmixFilterAlgorithm | FilterAlgorithm | What type of filter algorithm to use for the submix filter effect. |
![]() ![]() ![]() ![]() |
float | FilterFrequency | The output filter cutoff frequency (hz) [0.0, 20000.0]. |
![]() ![]() ![]() ![]() |
float | FilterQ | The output filter resonance (Q) [0.5, 10]. |
![]() ![]() ![]() ![]() |
ESubmixFilterType | FilterType | What type of filter to use for the submix filter effect. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |