Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectRingModulation.h |
| Include | #include "SourceEffects/SourceEffectRingModulation.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSourceEffectRingModulationSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UAudioBus > | AudioBusModulator | Audio bus to use to modulate the effect. | |
| float | Depth | Ring modulation depth. | |
| float | DryLevel | Gain for the dry signal (no ring mod) | |
| float | Frequency | Ring modulation frequency. | |
| ERingModulatorTypeSourceEffect | ModulatorType | Ring modulation modulator oscillator type. | |
| float | WetLevel | Gain for the wet signal (with ring mod) |
Constructors
| Type | Name | Description | |
|---|---|---|---|