unreal.AttributesForEdge

class unreal.AttributesForEdge(edge_id=[0], edge_attributes=[[]])

Bases: unreal.StructBase

Attributes for Edge

C++ Source:

  • Plugin: EditableMesh

  • Module: EditableMesh

  • File: EditableMeshTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • edge_attributes (MeshElementAttributeList): [Read-Write] A list of attributes to set for the edge

  • edge_id (EdgeID): [Read-Write] The edge ID to set attributes on

property edge_attributes

[Read-Write] A list of attributes to set for the edge

Type

(MeshElementAttributeList)

property edge_id

[Read-Write] The edge ID to set attributes on

Type

(EdgeID)