EDMXFixtureSignalFormat

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolTypes.h

Include

#include "DMXProtocolTypes.h"

Syntax

enum EDMXFixtureSignalFormat
{
    E8Bit     = 0,
    E16Bit    = 1,
    E24Bit    = 2,
    E32Bit    = 3,
}

Values

Name

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss