Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/IO
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXOutputPortConfig.h |
| Include | #include "IO/DMXOutputPortConfig.h" |
Syntax
struct FDMXOutputPortConfigParams
Remarks
Data to create a new output port config with related constructor
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AutoCompleteDeviceAddress | ||
| bool | bAutoCompleteDeviceAddressEnabled | ||
| bool | bLoopbackToEngine | ||
| EDMXCommunicationType | CommunicationType | ||
| double | Delay | ||
| FFrameRate | DelayFrameRate | ||
| TArray< FDMXOutputPortDestinationAddress > | DestinationAddresses | ||
| FString | DeviceAddress | ||
| int32 | ExternUniverseStart | ||
| int32 | LocalUniverseStart | ||
| int32 | NumUniverses | ||
| FString | PortName | ||
| int32 | Priority | ||
| FName | ProtocolName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXOutputPortConfigParams
(
const FDMXOutputPortConfig& OutputPortConfig |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DestinationAddress_DEPRECATED | DEPRECATED 5.0. Instead please use the DestinationAddresses array. |