Navigation
API > API/Plugins > API/Plugins/DMXProtocol
| Name | EDMXFixtureSignalFormat |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolTypes.h |
| Include Path | #include "DMXProtocolTypes.h" |
Syntax
enum EDMXFixtureSignalFormat
{
E8Bit = 0 UMETA(DisplayName = "8 Bit"),
E16Bit = 1 UMETA(DisplayName = "16 Bit"),
E24Bit = 2 UMETA(DisplayName = "24 Bit"),
E32Bit = 3 UMETA(DisplayName = "32 Bit"),
}
Values
| Name | Remarks |
|---|---|
| E8Bit | Uses 1 channel (byte). Range: 0 to 255 |
| E16Bit | Uses 2 channels (bytes). Range: 0 to 65.535 |
| E24Bit | Uses 3 channels (bytes). Range: 0 to 16.777.215 |
| E32Bit | Uses 4 channels (bytes). Range: 0 to 4.294.967.295 |