unreal.DMXMVRFixtureActorInterface

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

Bases: Interface

DMXMVRFixture Actor Interface

C++ Source:

  • Plugin: DMXModularFeatures

  • Module: DMXFixtureActorInterface

  • File: DMXMVRFixtureActorInterface.h

on_mvr_get_supported_dmx_attributes() -> (out_attribute_names=Array[Name], out_matrix_attribute_names=Array[Name])

Should return the DMX Attributes the Actor supports

Returns:

out_attribute_names (Array[Name]):

out_matrix_attribute_names (Array[Name]):

Return type:

tuple