Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Components > API/Runtime/AudioMixer/Components/USynthComponent
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/Components/SynthComponent.h |
| Include | #include "Components/SynthComponent.h" |
| Source | /Engine/Source/Runtime/AudioMixer/Private/Components/SynthComponent.cpp |
void SetModulationRouting
&40;
const TSet< USoundModulatorBase &42; > & Modulators,
const EModulationDestination Destination,
const EModulationRouting RoutingMethod
&41;
Remarks
Sets the routing for one of the given Synth component's Modulation Destinations.
Parameters
| Name | Description |
|---|---|
| Modulators | The set of modulators to apply to the given destination on the component. |
| Destination | The destination to assign the modulators to. |
| RoutingMethod | The routing method to use for the given modulator. |