unreal.GeometryCollectionAutoInstanceMesh

class unreal.GeometryCollectionAutoInstanceMesh(static_mesh: SoftObjectPath = Ellipsis, materials: Array[MaterialInterface] = [])

Bases: StructBase

Geometry Collection Auto Instance Mesh

C++ Source:

  • Module: GeometryCollectionEngine

  • File: GeometryCollectionObject.h

Editor Properties: (see get_editor_property/set_editor_property)

  • materials (Array[MaterialInterface]): [Read-Write] Materials

  • static_mesh (SoftObjectPath): [Read-Write] Static Mesh

property materials: Array[MaterialInterface]

[Read-Write] Materials

Type:

(Array[MaterialInterface])

property static_mesh: SoftObjectPath

[Read-Write] Static Mesh

Type:

(SoftObjectPath)