unreal.DMXEntityFixturePatchConstructionParams

class unreal.DMXEntityFixturePatchConstructionParams(fixture_type_ref: DMXEntityFixtureTypeRef = [], active_mode: int = 0, universe_id: int = 0, starting_address: int = 0)

Bases: StructBase

Parameters to construct a Fixture Patch.

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXEntityFixturePatch.h

Editor Properties: (see get_editor_property/set_editor_property)

  • active_mode (int32): [Read-Write] The index of the mode in the fixture type the fixture patch uses

  • fixture_type_ref (DMXEntityFixtureTypeRef): [Read-Only] The fixture type of the newly constructed fixture patch

  • starting_address (int32): [Read-Write] Starting channel for when auto-assign address is false

  • universe_id (int32): [Read-Write] The local universe of the fixture patch

property active_mode: int

[Read-Only] The index of the mode in the fixture type the fixture patch uses

Type:

(int32)

property fixture_type_ref: DMXEntityFixtureTypeRef

[Read-Only] The fixture type of the newly constructed fixture patch

Type:

(DMXEntityFixtureTypeRef)

property starting_address: int

[Read-Write] Starting channel for when auto-assign address is false

Type:

(int32)

property universe_id: int

[Read-Write] The local universe of the fixture patch

Type:

(int32)