unreal.AttributesForEdge¶
- class unreal.AttributesForEdge(edge_id=[0], edge_attributes=[[]])¶
Bases:
unreal.StructBaseAttributes 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 edgeedge_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