unreal.DMXImportGDTFModel

class unreal.DMXImportGDTFModel(name: Name = 'None', length: float = 0.0, width: float = 0.0, height: float = 0.0, primitive_type: DMXImportGDTFPrimitiveType = Ellipsis)

Bases: StructBase

DMXImport GDTFModel

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXImportGDTF.h

Editor Properties: (see get_editor_property/set_editor_property)

  • height (float): [Read-Write]

  • length (float): [Read-Write]

  • name (Name): [Read-Write]

  • primitive_type (DMXImportGDTFPrimitiveType): [Read-Write]

  • width (float): [Read-Write]

property height: float

[Read-Only]

Type:

(float)

property length: float

[Read-Only]

Type:

(float)

property name: Name

[Read-Only]

Type:

(Name)

property primitive_type: DMXImportGDTFPrimitiveType

[Read-Only]

Type:

(DMXImportGDTFPrimitiveType)

property width: float

[Read-Only]

Type:

(float)