Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'DMXInput Port Config' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | DMXInput Port Config |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Port Name | The name displayed wherever the port can be displayed |
| name | Protocol Type | DMX Protocol |
| enum | Communication Type | The type of communication used with this port |
| boolean | Auto Complete Device Address Enabled | Enables 'Auto Complete Device Address', hidden via customization - EditConditionInlineToggle doesn't support Config |
| string | Auto Complete Network Interface Card IP Address | Searches available Network Interface Card IP Addresses and uses the first match as the 'Network Interface Card IP Address' (both in Editor and Game).Supports wildcards, examples:'192''192.''192.168.?.'.If empty or '*' the first best available IP will be selected (not recommended) |
| string | Network Interface Card IP Address | The Network Interface Card's IP Adress, over which DMX is received |
| integer | Local Universe Start | Local Start Universe |
| integer | Amount Of Universes | Number of Universes |
| integer | Protocol Universe Remap | Remaps the range of local Universes (Num Universes from Local Universe Start) to a different set of Universes at the Protocol level.For example, for Art-Net this allows to map local Universe 1 to extern Universe 0. |
| enum | Priority Strategy | How to deal with the priority value |
| integer | Priority | Priority value, can act as a filter or a threshold |
| struct | Port Guid | Unique identifier, shared with the port instance.Note: This needs be BlueprintReadWrite to be accessible to property type customization, but is hidden by customization. |