unreal.AttributesForVertex

class unreal.AttributesForVertex(vertex_id=[0], vertex_attributes=[[]])

Bases: unreal.StructBase

Attributes for Vertex

C++ Source:

  • Plugin: EditableMesh

  • Module: EditableMesh

  • File: EditableMeshTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • vertex_id (VertexID): [Read-Write] The vertex ID to set attributes on

property vertex_attributes

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

Type

(MeshElementAttributeList)

property vertex_id

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

Type

(VertexID)