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 (BlueprintCallable, Category="DMX")
static void SetDMXInputPortDeviceAddress
(
FDMXInputPortReference InputPort,
const FString & DeviceAddress
)
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 |