Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
Inheritance Hierarchy
- FAudioEffectParameters
- FAudioEQEffect
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundMix.h |
| Include | #include "Sound/SoundMix.h" |
Syntax
struct FAudioEQEffect : public FAudioEffectParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Bandwidth0 | Bandwidth of band 0. Region is center frequency +/- Bandwidth /2 | |
| float | Bandwidth1 | Bandwidth of band 1. Region is center frequency +/- Bandwidth /2 | |
| float | Bandwidth2 | Bandwidth of band 2. Region is center frequency +/- Bandwidth /2 | |
| float | Bandwidth3 | Bandwidth of band 3. Region is center frequency +/- Bandwidth /2 | |
| float | FrequencyCenter0 | Center frequency in Hz for band 0 | |
| float | FrequencyCenter1 | Center frequency in Hz for band 1 | |
| float | FrequencyCenter2 | Center frequency in Hz for band 2 | |
| float | FrequencyCenter3 | Center frequency in Hz for band 3 | |
| float | Gain0 | Boost/cut of band 0 | |
| float | Gain1 | Boost/cut of band 1 | |
| float | Gain2 | Boost/cut of band 2 | |
| float | Gain3 | Boost/cut of band 3 | |
| double | RootTime | Start time of effect |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClampValues () |
Clamp all settings in rangeValidate all settings are in range |
Overridden from FAudioEffectParameters
| Type | Name | Description | |
|---|---|---|---|
| bool | Interpolate
(
const FAudioEffectParameters& InStart, |
Interpolates between Start and End EQ effect settings, storing results locally and returning if interpolation is complete | |
| void | Prints effect parameters. |