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 SetDMXInputPortDeviceAddress
&40;
FDMXInputPortReference InputPort,
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 |
|---|---|
| InputPort | The Input Port for which the Device Address should be set |
| DeviceAddress | The Device Address the Input Port should use |