unreal.MetaSoundClassVertexInfo¶
- class unreal.MetaSoundClassVertexInfo(name: Name = 'None', type_name: Name = 'None', access_type: MetasoundFrontendVertexAccessType = Ellipsis)¶
Bases:
StructBaseCondensed set of class vertex data that is serialized to editor-only asset tag data, allowing editor scripts and code to query MetaSounds without loading them in entirety.
C++ Source:
Plugin: Metasound
Module: MetasoundFrontend
File: MetasoundFrontendQuery.h
Editor Properties: (see get_editor_property/set_editor_property)
access_type(MetasoundFrontendVertexAccessType): [Read-Write]name(Name): [Read-Write]type_name(Name): [Read-Write]
- property access_type: MetasoundFrontendVertexAccessType¶
[Read-Only]