unreal.DMXPixelMappingOutputDMXComponent

class unreal.DMXPixelMappingOutputDMXComponent(outer: Object | None = None, name: Name | str = 'None')

Bases: DMXPixelMappingOutputComponent

Parent class for DMX sending components

C++ Source:

  • Plugin: DMXPixelMapping

  • Module: DMXPixelMappingRuntime

  • File: DMXPixelMappingOutputDMXComponent.h

Editor Properties: (see get_editor_property/set_editor_property)

  • cell_blending_quality (DMXPixelBlendingQuality): [Read-Write] The quality level to use when averaging colors during downsampling.

  • editor_color (LinearColor): [Read-Write] The color displayed in editor

  • lock_in_designer (bool): [Read-Write]

  • parent (DMXPixelMappingBaseComponent): [Read-Write] Parent component deprecated: Leads to entangled references. Use GetParent() or WeakParent instead.

  • position_x (float): [Read-Write]

  • position_y (float): [Read-Write]

  • size_x (float): [Read-Write]

  • size_y (float): [Read-Write]

  • visible_in_designer (bool): [Read-Write]

render_with_input_and_send_dmx() None

Render input texture for downsample texture, donwsample and send DMX for this component