FDMXPortManager::SuspendProtocols

Thread-safe: Suspends the protocols irrevocably, and with it all sending and receiving of DMX via the protocols.

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

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

Include

#include "IO/DMXPortManager.h"

Source

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

Syntax

void SuspendProtocols()

Remarks

Thread-safe: Suspends the protocols irrevocably, and with it all sending and receiving of DMX via the protocols. Useful when UE4 self wants to inject data into ports, rather than communicating with the outside world, e.g. for nDisplay replication.

When protocols are suspended, changes to project settings are no longer reflected and UpdateFromProtocolSettings has no effect.

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