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 | SetDMXInputPortDeviceAddress |
| 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 SetDMXInputPortDeviceAddress
(
FDMXInputPortReference InputPort,
const FString & DeviceAddress
)
Parameters
| Name | Remarks |
|---|---|
| InputPort | The Input Port for which the Device Address should be set |
| DeviceAddress | The Device Address the Input Port should use |