unreal.DMXPixelMappingOutputDMXComponent

class unreal.DMXPixelMappingOutputDMXComponent(outer=None, name='None')

Bases: unreal.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] Cell Blending Quality: The quality level to use when averaging colors during downsampling.

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

  • lock_in_designer (bool): [Read-Write] Lock in Designer

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

  • position_x (float): [Read-Write] Position X

  • position_y (float): [Read-Write] Position Y

  • size_x (float): [Read-Write] Size X

  • size_y (float): [Read-Write] Size Y

  • visible_in_designer (bool): [Read-Write] Visible in Designer

render_with_input_and_send_dmx() None

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