unreal.DMXImportGDTFRelation

class unreal.DMXImportGDTFRelation(name='', master='', follower='', type=DMXImportGDTFType.MULTIPLY)

Bases: unreal.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] Follower

  • master (str): [Read-Write] Master

  • name (str): [Read-Write] Name

  • type (DMXImportGDTFType): [Read-Write] Type

property follower

[Read-Only] Follower

Type

(str)

property master

[Read-Only] Master

Type

(str)

property name

[Read-Only] Name

Type

(str)

property type

[Read-Only] Type

Type

(DMXImportGDTFType)