unreal.ModularSynthLibrary

class unreal.ModularSynthLibrary(outer=None, name='None')

Bases: unreal.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