Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXConversions.h |
Include |
#include "DMXConversions.h" |
class FDMXConversions
Common conversions for dmx
No constructors are accessible with public or protected access.
Name | Description | ||
---|---|---|---|
|
ClampValueBySignalFormat ( |
Clamps the Value to be in value range of the Signal Format |
|
|
ClampValueBySignalFormat ( |
||
|
GetSignalFormatMaxValue ( |
Returns the Max Value the Data Type can take |
|
|
GetSizeOfSignalFormat ( |
Returns the number of Bytes the Signal Format uses |
|
|
NormalizedDMXValueToByteArray ( |
Converts a normalized value to a byte array. |
|
|
UnsignedInt32ToByteArray ( |
TODO: All DMX conversions eventually should be moved here (e.g. from subsystem, fixture type) as statics, unit tested and optimized. |