Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectPhaser.h |
| Include | #include "SourceEffects/SourceEffectPhaser.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSourceEffectPhaserSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Feedback | The feedback of the phaser effect. | |
| float | Frequency | The LFO frequency of the phaser effect. | |
| EPhaserLFOType | LFOType | The phaser LFO type. | |
| bool | UseQuadraturePhase | Whether or not to use quadtrature phase for the LFO modulation. | |
| float | WetLevel | The wet level of the phaser effect. |
Constructors
| Type | Name | Description | |
|---|---|---|---|