FDMXOutputPort::SendDMXToRemoteUniverse

DEPRECATED 4.27.

Windows
MacOS
Linux

Deprecated

  • Use SenDMX instead. SendDMXToRemoteUniverse only exists to support deprecated blueprint nodes.

References

Module

DMXProtocol

Header

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

Include

#include "IO/DMXOutputPort.h"

Source

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

Syntax

void SendDMXToRemoteUniverse
(
    const TMap< int32, uint8 > & ChannelToValueMap,
    int32 RemoteUniverse
)

Remarks

DEPRECATED 4.27. Sends DMX over the port with an extern (remote) Universe ID. Soly here to support legacy functions that would send to an extern universe

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