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