Navigation
BlueprintAPI > BlueprintAPI/DMX
Converts a signed 32bit integer value to a normalized value.
Target is DMXSubsystem
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| integer | In Value | The signed 32bit integer value. The value range depends on the signal format (e.g. 0-65535 for 16bit). Excess values get clamped. |
| enum | In Signal Format |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The normalized value. |