Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectChorus.h |
| Include | #include "SourceEffects/SourceEffectChorus.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSourceEffectChorusSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Depth | ||
| FSoundModulationDestinationSettings | DepthModulation | The depth of the chorus effect. | |
| float | DryLevel | ||
| FSoundModulationDestinationSettings | DryModulation | The dry level of the chorus effect. | |
| float | Feedback | ||
| FSoundModulationDestinationSettings | FeedbackModulation | The feedback of the chorus effect. | |
| float | Frequency | ||
| FSoundModulationDestinationSettings | FrequencyModulation | The frequency of the chorus effect. | |
| float | Spread | ||
| FSoundModulationDestinationSettings | SpreadModulation | The spread of the effect (larger means greater difference between left and right delay lines) | |
| float | WetLevel | ||
| FSoundModulationDestinationSettings | WetModulation | The wet level of the chorus effect. |
Constructors
| Type | Name | Description | |
|---|---|---|---|