Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/UDMXSubsystem
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXSubsystem.h |
| Include | #include "DMXSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/DMXSubsystem.cpp |
UFUNCTION (BlueprintPure, Category="DMX")
int32 BytesToInt
(
const TArray < uint8 > & Bytes,
bool bUseLSB
) const
Remarks
Converts consecutive DMX channel values to a signed 32bit integer value. The signed 32bit integer value.
Parameters
| Name | Description |
|---|---|
| Bytes | The byte array that is converted to a normalized value. Up to 3 bytes (24 bits) are supported. |
| bUseLSB | When true, the byte array is interpreted in little endian format (least significant byte first) otherwise big endian. |