FDMXRawListener::EnqueueSignal

Enqueues a signal.

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXRawListener.h

Include

#include "IO/DMXRawListener.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Private/IO/DMXRawListener.cpp

Syntax

void EnqueueSignal
(
    void * Producer,
    const FDMXSignalSharedRef & Signal
)

Remarks

Enqueues a signal. Should not be called besides from the owner port.

Producer The producer object, tested in debug builds to be the owner port. Signal The signal to enqueue

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