Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/UDMXProtocolBlueprintLibrary
Description
Sets the Device Address of the Output Port. For networking Protocols that's the IP Adress of the network interface card.
| Name | SetDMXOutputPortDeviceAddress |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolBlueprintLibrary.h |
| Include Path | #include "DMXProtocolBlueprintLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Private/DMXProtocolBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="DMX")
static void SetDMXOutputPortDeviceAddress
(
FDMXOutputPortReference OutputPort,
const FString & DeviceAddress
)
Parameters
| Name | Remarks |
|---|---|
| OutputPort | The Output Port for which the Device Address should be set |
| DeviceAddress | The Device Address the Output Port should use |