FDMXInputPortConfig

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/DMXInputPortConfig.h

Include

#include "IO/DMXInputPortConfig.h"

Syntax

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

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 BlueprintReadWrite Config

EDMXCommunicati...

 

CommunicationType

The type of communication used with this port

Protected variable UProperty Category, EditDefaultsOnly, Meta BlueprintReadWrite Config

FString

 

DeviceAddress

The Network Interface Card's IP Adress, over which DMX is received

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

FName

 

ProtocolName

DMX Protocol

Constructors

Name Description

Public function

FDMXInputPortConfig()

Default constructor, only for CDOs

Public function

FDMXInputPortConfig

(
    const FGuid& InPortGuid
)

Constructs a config from the guid

Public function

FDMXInputPortConfig

(
    const FGuid& InPortGuid,
    const FDMXInputPortConfigParams& I...
)

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