unreal.MetaSoundOutputViewModel¶
- class unreal.MetaSoundOutputViewModel(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
MVVMViewModelBaseViewmodel class for MetaSound outputs. Allows widgets in UMG to bind to data from a MetaSound output. Useful for driving visual parameters using MetaSound outputs.
C++ Source:
Plugin: TechAudioTools
Module: TechAudioToolsMetaSound
File: MetaSoundViewModel.h
Editor Properties: (see get_editor_property/set_editor_property)
data_type(Name): [Read-Write] Returns the data type of the initialized MetaSound output.is_array(bool): [Read-Write] True if the initialized MetaSound output is an array.is_initialized(bool): [Read-Write] True if this MetaSoundOutputViewModel has been initialized.meta_sound_output(MetaSoundOutput): [Read-Write] The MetaSound Output belonging to the initialized MetaSound output.output_name(Name): [Read-Write] Sets the name of the initialized MetaSound output.
- property data_type: Name¶
[Read-Write] Returns the data type of the initialized MetaSound output.
- Type:
(Name)
- property is_array: bool¶
[Read-Write] True if the initialized MetaSound output is an array.
- Type:
(bool)
- property is_initialized: bool¶
[Read-Only] True if this MetaSoundOutputViewModel has been initialized.
- Type:
(bool)
- property meta_sound_output: MetaSoundOutput¶
[Read-Write] The MetaSound Output belonging to the initialized MetaSound output.
- Type: