Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ModulationMatrix.h |
| Include | #include "DSP/ModulationMatrix.h" |
Syntax
struct FPatch
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | ||
| TArray< FPatchDestination > | Destinations | The modulation destinations of the patch to support multiple destinations. | |
| FString | Name | ||
| FPatchSource | Source | The modulation source of the patch. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPatch () |
|||
FPatch
(
const FPatchSource& InSourceId, |