unreal.DMXLibraryPortReferences

class unreal.DMXLibraryPortReferences(input_port_references=[], output_port_references=[])

Bases: unreal.StructBase

Custom struct of in put and output port references for custom details customization with an enabled state

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • input_port_references (Array(DMXInputPortReference)): [Read-Write] Map of input port references of a Library

  • output_port_references (Array(DMXOutputPortReference)): [Read-Write] Output ports of the Library of a Library

property input_port_references

[Read-Only] Map of input port references of a Library

Type

(Array(DMXInputPortReference))

property output_port_references

[Read-Only] Output ports of the Library of a Library

Type

(Array(DMXOutputPortReference))