Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectEQ.h |
| Include | #include "SourceEffects/SourceEffectEQ.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSourceEffectEQBand
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Bandwidth | The bandwidth (in octaves) of the band. | |
| uint32: 1 | bEnabled | Whether or not the band is enabled. Allows changing bands on the fly. | |
| float | Frequency | The cutoff frequency of the band. | |
| float | GainDb | The gain in decibels to apply to the eq band. |
Constructors
| Type | Name | Description | |
|---|---|---|---|