FDMXConversions

Common conversions for dmx

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

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

Include

#include "DMXConversions.h"

Syntax

class FDMXConversions

Remarks

Common conversions for dmx

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

TArray< uint...

 

NormalizedDMXValueToByteArray

(
    float NormalizedValue,
    EDMXFixtureSignalFormat SignalForma...,
    bool bLSBOrder
)

Converts a normalized value to a byte array.

Public function Static

TArray< uint...

 

UnsignedInt32ToByteArray

(
    uint32 Value,
    EDMXFixtureSignalFormat SignalForma...,
    bool bLSBOrder
)

TODO: All DMX conversions eventually should be moved here (e.g. from subsystem, fixture type) as statics, unit tested and optimized.

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