unreal.DMXEntityFixtureType

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

Bases: unreal.DMXEntity

Class to describe a type of Fixture. Fixture Patches can be created from Fixture Types (see UDMXEntityFixturePatch::ParentFixtureTypeTemplate).

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXEntityFixtureType.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dmx_category (DMXFixtureCategory): [Read-Write] DMXCategory: The Category of the Fixture, useful for Filtering

  • dmx_import (DMXImport): [Read-Write] DMXImport: The GDTF file from which the Fixture Type was setup

  • fixture_matrix_enabled (bool): [Read-Write] Fixture Matrix Enabled deprecated: FixtureMatrixEnabled is deprecated. Instead now each Mode has a FixtureMatrixEnabled property.

  • input_modulators (Array(DMXModulator)): [Read-Write] Input Modulators: Modulators applied right before a patch of this type is received. NOTE: Modulators only affect the patch’s normalized values! Untouched values are still available when accesing raw values.

  • modes (Array(DMXFixtureMode)): [Read-Write] Modes

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

classmethod create_fixture_type_in_library(construction_params, desired_name='', mark_dmx_library_dirty=True) DMXEntityFixtureType

Creates a new Fixture Type in the DMX Library

Parameters
Return type

DMXEntityFixtureType

property dmx_category

[Read-Only] DMXCategory: The Category of the Fixture, useful for Filtering

Type

(DMXFixtureCategory)

property dmx_import

[Read-Only] DMXImport: The GDTF file from which the Fixture Type was setup

Type

(DMXImport)

property fixture_matrix_enabled

[Read-Write] Fixture Matrix Enabled deprecated: FixtureMatrixEnabled is deprecated. Instead now each Mode has a FixtureMatrixEnabled property.

Type

(bool)

property modes

[Read-Only] Modes

Type

(Array(DMXFixtureMode))

classmethod remove_fixture_type_from_library(fixture_type_ref) None

Removes a Fixture Type from a DMX Library

Parameters

fixture_type_ref (DMXEntityFixtureTypeRef) –

set_modes_from_dmx_import(dmx_import_asset) None

Set Modes from DMXImport

Parameters

dmx_import_asset (DMXImport) –