unreal.MeshElementAttributeList

class unreal.MeshElementAttributeList(attributes=[])

Bases: unreal.StructBase

Mesh Element Attribute List

C++ Source:

  • Plugin: EditableMesh

  • Module: EditableMesh

  • File: EditableMeshTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • attributes (Array(MeshElementAttributeData)): [Read-Write] List of attributes to apply to a mesh element

property attributes

[Read-Write] List of attributes to apply to a mesh element

Type

(Array(MeshElementAttributeData))