unreal.MetaSoundLiteralWidgetInterface

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

Bases: Interface

Meta Sound Literal Widget Interface

C++ Source:

  • Plugin: TechAudioTools

  • Module: TechAudioToolsMetaSound

  • File: MetaSoundLiteralInterface.h

get_input_view_model_names() Array[Name]

Returns an array containing the names of the MetaSound Input Viewmodels required for this widget.

Return type:

Array[Name]

set_input_view_models(input_view_models) None

Sets the MetaSound input viewmodels this widget binds to.

Parameters:

input_view_models (Map[Name, MetaSoundInputViewModel])