Navigation
BlueprintAPI > BlueprintAPI/DMX
Converts consecutive DMX channel values to a signed 32bit integer value.
Target is DMXSubsystem
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| byte | Bytes | The byte array that is converted to a normalized value. Up to 3 bytes (24 bits) are supported. |
| boolean | Use LSB | When true, the byte array is interpreted in little endian format (least significant byte first) otherwise big endian. |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Return Value | The signed 32bit integer value. |