unreal.MetasoundFrontendClassInput

class unreal.MetasoundFrontendClassInput

Bases: unreal.MetasoundFrontendClassVertex

Contains info for input vertex of a Metasound class.

C++ Source:

  • Plugin: Metasound

  • Module: MetasoundFrontend

  • File: MetasoundFrontendDocument.h

Editor Properties: (see get_editor_property/set_editor_property)

  • default_literal (MetasoundFrontendLiteral): [Read-Write] Default Literal: Default value for this input.

  • metadata (MetasoundFrontendVertexMetadata): [Read-Write] Metadata: Metadata associated with input.

  • name (Name): [Read-Only] Name: Name of the vertex. Unique amongst other vertices on the same interface.

  • type_name (Name): [Read-Only] Type Name: Data type name of the vertex.