FDMXOutputPortConfig

Blueprint Configuration of a Port, used in DXM Settings to specify inputs and outputs.

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXOutputPortConfig.h

Include

#include "IO/DMXOutputPortConfig.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FDMXOutputPortConfig

Remarks

Blueprint Configuration of a Port, used in DXM Settings to specify inputs and outputs.

Property changes are handled in details customization consistently.

Variables

Name Description

Protected variable UProperty Category, EditDefaultsOnly, Meta BlueprintReadWrite Config

bool

 

bLoopbackToEngine

If true, the signals of output to this port is input into to the engine

Protected variable UProperty Category, EditDefaultsOnly BlueprintReadWrite Config

EDMXCommunicati...

 

CommunicationType

The type of communication used with this port

Protected variable UProperty Category, EditDefaultsOnly, Meta BlueprintReadWrite Config

FString

 

DestinationAddress

For Unicast, the IP address outbound DMX is sent to

Protected variable UProperty Category, EditDefaultsOnly, Meta BlueprintReadWrite Config

FString

 

DeviceAddress

The IP address of the network interface card over which outbound DMX is sent

Protected variable UProperty Category, EditDefaultsOnly BlueprintReadWrite Config

int32

 

ExternUniverseStart

The start address this being transposed to.

Protected variable UProperty Category, EditDefaultsOnly BlueprintReadWrite Config

int32

 

LocalUniverseStart

Local Start Universe

Protected variable UProperty Category, EditDefaultsOnly, Meta BlueprintReadWrite Config

int32

 

NumUniverses

Number of Universes

Protected variable UProperty Category, EditDefaultsOnly BlueprintReadWrite Config

FGuid

 

PortGuid

Unique identifier, shared with the port instance.

Protected variable UProperty Category, EditDefaultsOnly BlueprintReadWrite Config

FString

 

PortName

The name displayed wherever the port can be displayed

Protected variable UProperty Category, EditDefaultsOnly BlueprintReadWrite Config

int32

 

Priority

Priority on which packets are being sent

Protected variable UProperty Category, EditDefaultsOnly BlueprintReadWrite Config

FName

 

ProtocolName

DMX Protocol

Constructors

Name Description

Public function

FDMXOutputPortConfig()

Default constructor, only for CDOs

Public function

FDMXOutputPortConfig

(
    const FGuid& InPortGuid
)

Constructs a config from the guid

Public function

FDMXOutputPortConfig

(
    const FGuid& InPortGuid,
    const FDMXOutputPortConfigParams& ...
)

Constructs a config from the guid and given initialization data

Functions

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss