Choose your operating system:
Windows
macOS
Linux
Module |
|
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 |
void UpdateFromConfig
(
FDMXOutputPortConfig & OutputPortConfig,
bool bForceUpdateRegistrationWithProtocol
)
Updates the Port to use the config of the OutputPortConfig. Makes the config valid if it's invalid.
Parameter |
Description |
---|---|
InOutInputPortConfig |
The config that is applied. May be changed to a valid config. |
bForceUpdateRegistrationWithProtocol |
Optional: Forces the port to update its registration with the protocol (useful for runtime changes) |