FDMXBuffer::SetDMXBuffer

Sets the DMX buffer from input buffer

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolTypes.h

Include

#include "DMXProtocolTypes.h"

Source

/Engine/Plugins/Experimental/DigitalMultiplex/DMXProtocol/Source/DMXProtocol/Private/DMXProtocolTypes.cpp

Syntax

bool SetDMXBuffer
(
    const uint8 * InBuffer,
    uint32 InSize
)

Remarks

Sets the DMX buffer from input buffer

Returns

True if it was successfully set

Parameters

Parameter

Description

InBuffer

Pointer to DMX buffer array

InSize

Size of the buffer to copy

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