unreal.VertexPair

class unreal.VertexPair(vertex_id0=[- 1], vertex_id1=[- 1])

Bases: unreal.StructBase

Vertex Pair

C++ Source:

  • Plugin: EditableMesh

  • Module: EditableMesh

  • File: EditableMeshTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • vertex_id0 (VertexID): [Read-Write] The first vertex ID in this pair

  • vertex_id1 (VertexID): [Read-Write] The second vertex ID in this pair

property vertex_id0

[Read-Write] The first vertex ID in this pair

Type

(VertexID)

property vertex_id1

[Read-Write] The second vertex ID in this pair

Type

(VertexID)