unreal.DMXPixelMappingOutputComponent¶
- class unreal.DMXPixelMappingOutputComponent(outer=None, name='None')¶
Bases:
unreal.DMXPixelMappingBaseComponentBase class for all Designer and configurable components
C++ Source:
Plugin: DMXPixelMapping
Module: DMXPixelMappingRuntime
File: DMXPixelMappingOutputComponent.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 editorlock_in_designer(bool): [Read-Write] Lock in Designerparent(DMXPixelMappingBaseComponent): [Read-Write] Parent: Parent component deprecated: Leads to entangled references. Use GetParent() or WeakParent instead.position_x(float): [Read-Write] Position Xposition_y(float): [Read-Write] Position Ysize_x(float): [Read-Write] Size Xsize_y(float): [Read-Write] Size Yvisible_in_designer(bool): [Read-Write] Visible in Designer
- property cell_blending_quality¶
[Read-Only] Cell Blending Quality: The quality level to use when averaging colors during downsampling.
- Type
- property editor_color¶
[Read-Write] Editor Color: The color displayed in editor
- Type