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