unreal.VertexIndexAndInstanceID
¶
- class unreal.VertexIndexAndInstanceID(contour_index=0, vertex_instance_id=[- 1])¶
Bases:
unreal.StructBase
Vertex Index and Instance ID
C++ Source:
Plugin: EditableMesh
Module: EditableMesh
File: EditableMeshTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
contour_index
(int32): [Read-Write] Contour index of the vertex to changevertex_instance_id
(VertexInstanceID): [Read-Write] New vertex instance ID to assign
- property contour_index¶
[Read-Write] Contour index of the vertex to change
- Type
(int32)
- property vertex_instance_id¶
[Read-Write] New vertex instance ID to assign
- Type