unreal.VertexAttributesForPolygonHole

class unreal.VertexAttributesForPolygonHole(vertex_attribute_list=[])

Bases: unreal.StructBase

Vertex Attributes for Polygon Hole

C++ Source:

  • Plugin: EditableMesh

  • Module: EditableMesh

  • File: EditableMeshTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • vertex_attribute_list (Array(MeshElementAttributeList)): [Read-Write] For each hole vertex, a list of attributes for that vertex. You can leave a given array empty for

    a specific hole index if you don’t want to set attributes for select holes.

property vertex_attribute_list

[Read-Write] For each hole vertex, a list of attributes for that vertex. You can leave a given array empty for a specific hole index if you don’t want to set attributes for select holes.

Type

(Array(MeshElementAttributeList))