unreal.DMXAttributeNameConversions

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

Bases: unreal.BlueprintFunctionLibrary

DMXAttribute Name Conversions

C++ Source:

  • Plugin: DMXProtocol

  • Module: DMXProtocol

  • File: DMXAttribute.h

classmethod conv_dmx_attribute_to_name(attribute)Name

Conv DMXAttribute to Name

Parameters

attribute (DMXAttributeName) –

Returns

Return type

Name

classmethod conv_dmx_attribute_to_string(attribute)str

Conv DMXAttribute to String

Parameters

attribute (DMXAttributeName) –

Returns

Return type

str