unreal.DMXImportGDTFRelation

class unreal.DMXImportGDTFRelation(name: str = '', master: str = '', follower: str = '', type: DMXImportGDTFType = Ellipsis)

Bases: StructBase

DMXImport GDTFRelation

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXImportGDTF.h

Editor Properties: (see get_editor_property/set_editor_property)

  • follower (str): [Read-Write]

  • master (str): [Read-Write]

  • name (str): [Read-Write]

  • type (DMXImportGDTFType): [Read-Write]

property follower: str

[Read-Only]

Type:

(str)

property master: str

[Read-Only]

Type:

(str)

property name: str

[Read-Only]

Type:

(str)

property type: DMXImportGDTFType

[Read-Only]

Type:

(DMXImportGDTFType)