unreal.AttributesForVertexInstance
¶
- class unreal.AttributesForVertexInstance(vertex_instance_id=[0], vertex_instance_attributes=[[]])¶
Bases:
unreal.StructBase
Attributes for Vertex Instance
C++ Source:
Plugin: EditableMesh
Module: EditableMesh
File: EditableMeshTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
vertex_instance_attributes
(MeshElementAttributeList): [Read-Write] A list of attributes to set for the vertex instancevertex_instance_id
(VertexInstanceID): [Read-Write] The vertex instance ID to set attributes on
- property vertex_instance_attributes¶
[Read-Write] A list of attributes to set for the vertex instance
- Type
- property vertex_instance_id¶
[Read-Write] The vertex instance ID to set attributes on
- Type