Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXOutputPortConfig.h |
Include |
#include "IO/DMXOutputPortConfig.h" |
USTRUCT(BlueprintType)
struct FDMXOutputPortConfig
Blueprint Configuration of a Port, used in DXM Settings to specify inputs and outputs.
Property changes are handled in details customization consistently.
Name | Description | ||
---|---|---|---|
|
bLoopbackToEngine |
If true, the signals output from this port are input into to the engine. |
|
|
CommunicationType |
The type of communication used with this port |
|
|
double |
Delay |
The amout by which sending of packets is delayed |
|
DelayFrameRate |
Framerate of the delay |
|
|
DestinationAddress |
For Unicast, the IP address outbound DMX is sent to |
|
|
DestinationAddresses |
For Unicast, the IP addresses outbound DMX is sent to |
|
|
DeviceAddress |
The IP address of the network interface card over which outbound DMX is sent |
|
|
ExternUniverseStart |
The start address this being transposed to. |
|
|
LocalUniverseStart |
Local Start Universe |
|
|
NumUniverses |
Number of Universes |
|
|
PortGuid |
Unique identifier, shared with the port instance. |
|
|
PortName |
The name displayed wherever the port can be displayed |
|
|
Priority |
Priority on which packets are being sent |
|
|
ProtocolName |
DMX Protocol |
Name | Description | |
---|---|---|
|
FDMXOutputPortConfig() |
Default constructor, only for Default Objects |
|
FDMXOutputPortConfig ( |
Constructs a config from the guid |
|
FDMXOutputPortConfig ( |
Constructs a config from the guid and given initialization data |
Name | Description | ||
---|---|---|---|
|
const FStrin... |
GetDestinationAddress() |
Output Ports now support many destination addresses. Use FDMXOutputPortConfig::GetDestinationAddresses instead. |
|
GetDestinationAddressPropertyNameChecked() |
Output Ports now support many destination addresses. Use FDMXOutputPortConfig::GetDestinationAddressesPropertyNameChecked instead. |