unreal.MetaSoundViewModelConversionFunctions

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

Bases: BlueprintFunctionLibrary

Collection of conversion functions to use with MetaSound Viewmodels.

C++ Source:

  • Plugin: TechAudioTools

  • Module: TechAudioToolsMetaSound

  • File: MetaSoundViewModelConversionFunctions.h

classmethod find_input_view_model_by_name(meta_sound_input_view_models, input_name) MetaSoundInputViewModel

Searches the given array of MetaSoundInputViewModels for the specified input. Returns nullptr if unable to find a matching viewmodel.

Parameters:
Return type:

MetaSoundInputViewModel

classmethod find_output_view_model_by_name(meta_sound_output_view_models, output_name) MetaSoundOutputViewModel

Searches the given array of MetaSoundOutputViewModels for the specified output. Returns nullptr if unable to find a matching viewmodel.

Parameters:
Return type:

MetaSoundOutputViewModel