unreal.MetasoundFrontendInterfaceMetadata

class unreal.MetasoundFrontendInterfaceMetadata(version: MetasoundFrontendVersion = Ellipsis, u_class_options: None = [])

Bases: StructBase

Metasound Frontend Interface Metadata

C++ Source:

  • Plugin: Metasound

  • Module: MetasoundFrontend

  • File: MetasoundFrontendDocument.h

Editor Properties: (see get_editor_property/set_editor_property)

  • u_class_options (Array[MetasoundFrontendInterfaceUClassOptions]): [Read-Write] If specified, options used to restrict a corresponding UClass that interface may be applied to. If unspecified, interface is assumed to be applicable to any arbitrary UClass.

  • version (MetasoundFrontendVersion): [Read-Write] Name and version number of the interface

property u_class_options: None

[Read-Only] If specified, options used to restrict a corresponding UClass that interface may be applied to. If unspecified, interface is assumed to be applicable to any arbitrary UClass.

Type:

(Array[MetasoundFrontendInterfaceUClassOptions])

property version: MetasoundFrontendVersion

[Read-Only] Name and version number of the interface

Type:

(MetasoundFrontendVersion)