Navigation
BlueprintAPI > BlueprintAPI/DMX
Converts a signed 32bit integer value to an array of DMX channel values.
Target is DMXSubsystem
Inputs
| Type | Name | Description |
|---|---|---|
| integer | In Value | The signed 32bit integer value. The value range depends on the signal format. Excess values get clamped. |
| enum | In Signal Format | Specifies the resolution of the resulting byte array, hence the precision of resulting data (e.g. 0-65535 for 16bit). |
| boolean | Use LSB | When true, the byte array is returned in little endian format (least significant byte first) otherwise big endian. |
Outputs
| Type | Name | Description |
|---|---|---|
| byte | Bytes | The resulting byte array. |