unreal.DMXImportGDTFChannelFunction

class unreal.DMXImportGDTFChannelFunction(name='None', attribute=['None', '', ['None'], ['None'], '', DMXImportGDTFPhysicalUnit.NONE, []], original_attribute='', dmx_from=[0, 1], dmx_value=[0, 1], physical_from=0.0, physical_to=0.0, real_fade=0.0, wheel=['None', []], emitter=['None', [], 0.0, '', [0.0, 0.0, 0.0, DMXImportGDTFInterpolationTo.LINEAR, []]], filter=['None', []], dmx_invert=DMXImportGDTFDMXInvert.NO, mode_master='', mode_from=[0, 1], mode_to=[0, 1], channel_sets=[])

Bases: unreal.StructBase

DMXImport GDTFChannel Function

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXImportGDTF.h

Editor Properties: (see get_editor_property/set_editor_property)

  • attribute (DMXImportGDTFAttribute): [Read-Write] Attribute

  • channel_sets (Array(DMXImportGDTFChannelSet)): [Read-Write] Channel Sets

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

  • dmx_invert (DMXImportGDTFDMXInvert): [Read-Write] DMXInvert

  • dmx_value (DMXImportGDTFDMXValue): [Read-Write] DMXValue

  • emitter (DMXImportGDTFEmitter): [Read-Write] Emitter

  • filter (DMXImportGDTFFilter): [Read-Write] Filter

  • mode_from (DMXImportGDTFDMXValue): [Read-Write] Mode From

  • mode_master (str): [Read-Write] Mode Master

  • mode_to (DMXImportGDTFDMXValue): [Read-Write] Mode To

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

  • original_attribute (str): [Read-Write] Original Attribute

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

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

  • real_fade (float): [Read-Write] Real Fade

  • wheel (DMXImportGDTFWheel): [Read-Write] Wheel

property attribute

[Read-Only] Attribute

Type

(DMXImportGDTFAttribute)

property channel_sets

[Read-Only] Channel Sets

Type

(Array(DMXImportGDTFChannelSet))

property dmx_from

[Read-Only] DMXFrom

Type

(DMXImportGDTFDMXValue)

property dmx_invert

[Read-Only] DMXInvert

Type

(DMXImportGDTFDMXInvert)

property dmx_value

[Read-Only] DMXValue

Type

(DMXImportGDTFDMXValue)

property emitter

[Read-Only] Emitter

Type

(DMXImportGDTFEmitter)

property filter

[Read-Only] Filter

Type

(DMXImportGDTFFilter)

property mode_from

[Read-Only] Mode From

Type

(DMXImportGDTFDMXValue)

property mode_master

[Read-Only] Mode Master

Type

(str)

property mode_to

[Read-Only] Mode To

Type

(DMXImportGDTFDMXValue)

property name

[Read-Only] Name

Type

(Name)

property original_attribute

[Read-Only] Original Attribute

Type

(str)

property physical_from

[Read-Only] Physical From

Type

(float)

property physical_to

[Read-Only] Physical To

Type

(float)

property real_fade

[Read-Only] Real Fade

Type

(float)

property wheel

[Read-Only] Wheel

Type

(DMXImportGDTFWheel)