FDMXConversions::NormalizedDMXValueToByteArray

Converts a normalized value to a byte array.

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

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

Include

#include "DMXConversions.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Private/DMXConversions.cpp

Syntax

static TArray< uint8 > NormalizedDMXValueToByteArray
(
    float NormalizedValue,
    EDMXFixtureSignalFormat SignalFormat,
    bool bLSBOrder
)

Remarks

Converts a normalized value to a byte array. Normalized value has to be in the 0-1 range. Assumes max signal format is 24bit.

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