Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolBlueprintLibrary.h |
Include |
#include "DMXProtocolBlueprintLibrary.h" |
UCLASS(Meta=(ScriptName="DMXRuntimeLibrary"))
class UDMXProtocolBlueprintLibrary : public UBlueprintFunctionLibrary
Name | Description | ||
---|---|---|---|
|
GetLocalDMXNetworkInterfaceCardIPs() |
Returns the IP addresses of the network interface cards available to the system. |
|
|
IsReceiveDMXEnabled() |
Returns whether Receive DMX from the network is enabled globally. |
|
|
IsSendDMXEnabled() |
Returns whether send DMX to the network is enabled globally. |
|
|
SetDMXInputPortDeviceAddress ( |
Sets the Device Address of the Output Port. |
|
|
SetDMXOutputPortDestinationAddresses ( |
Sets the Destination Address Address of the Output Port. |
|
|
SetDMXOutputPortDeviceAddress ( |
Sets the Device Address of the Output Port. |
|
|
SetReceiveDMXEnabled |
Sets if DMX is received from the network |
|
|
SetSendDMXEnabled |
Sets if DMX is sent to the network |
Name | Description | ||
---|---|---|---|
|
SetDMXOutputPortDestinationAddress ( |
Output Ports now support many destination addresses. Please use UDMXProtocolBlueprintLibrary::SetDMXOutputPortDestinationAddresses instead |