unreal.ModularSynthLibrary

class unreal.ModularSynthLibrary(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

Modular Synth Library

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: EpicSynth1Component.h

classmethod add_modular_synth_preset_to_bank_asset(bank, preset, preset_name) None

Adds the modular synth preset to the bank asset in the content browser. Only call during editor.

Parameters: