Navigation
API > API/Plugins > API/Plugins/Synthesis
| Name | UModularSynthLibrary |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SynthComponents/EpicSynth1Component.h |
| Include Path | #include "SynthComponents/EpicSynth1Component.h" |
Syntax
UCLASS (MinimalAPI)
class UModularSynthLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UModularSynthLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AddModularSynthPresetToBankAsset
(
UModularSynthPresetBank* InBank, |
Adds the modular synth preset to the bank asset in the content browser. Only call during editor. | SynthComponents/EpicSynth1Component.h |
|