unreal.DMXImportGDTFChannelSet

class unreal.DMXImportGDTFChannelSet(name='', dmx_from=[0, 1], physical_from=0.0, physical_to=0.0, wheel_slot_index=0)

Bases: unreal.StructBase

DMXImport GDTFChannel Set

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXImportGDTF.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dmx_from (DMXImportGDTFDMXValue): [Read-Write] DMXFrom

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

  • physical_from (float): [Read-Write] Physical From

  • physical_to (float): [Read-Write] Physical To

  • wheel_slot_index (int32): [Read-Write] Wheel Slot Index

property dmx_from

[Read-Only] DMXFrom

Type

(DMXImportGDTFDMXValue)

property name

[Read-Only] Name

Type

(str)

property physical_from

[Read-Only] Physical From

Type

(float)

property physical_to

[Read-Only] Physical To

Type

(float)

property wheel_slot_index

[Read-Only] Wheel Slot Index

Type

(int32)