FDMXOutputPortReference

Reference of an input port

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

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

Include

#include "IO/DMXOutputPortReference.h"

Syntax

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

Remarks

Reference of an input port

Variables

Name Description

Protected variable UProperty Category, EditAnywhere BlueprintReadWrite

bool

 

bEnabledFlag

Optional flag for port references that can be enabled or disabled

Protected variable UProperty Category, EditAnywhere BlueprintReadWrite

FGuid

 

PortGuid

Unique identifier shared with port config and port instance.

Constructors

Name Description

Public function

FDMXOutputPortReference()

Public function

FDMXOutputPortReference

(
    const FGuid& InPortGuid,
    bool bIsEnabledFlag
)

Public function

FDMXOutputPortReference

(
    const FDMXOutputPortReference& InO...,
    bool bIsEnabledFlag
)

Functions

Name Description

Public function Static

FName

 

GetEnabledFlagPropertyName()

Public function Const

const FGuid ...

 

GetPortGuid()

Public function Static

FName

 

GetPortGuidPropertyName()

Public function Const

bool

 

IsEnabledFlagSet()

Returns true if the port is enabled. Always true unless constructed with bIsAlwaysEnabled = false

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FDMXOutputPortReference& Oth...
)

Public function Const

bool

 

operator==

(
    const FDMXOutputPortReference& Oth...
)

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