Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/IO
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXOutputPortReference.h |
| Include | #include "IO/DMXOutputPortReference.h" |
Syntax
USTRUCT (BlueprintType )
struct FDMXOutputPortReference
Remarks
Reference of an input port
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabledFlag | Optional flag for port references that can be enabled or disabled | |
| FGuid | PortGuid | Unique identifier shared with port config and port instance. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXOutputPortReference
(
const FGuid& InPortGuid, |
|||
FDMXOutputPortReference
(
const FDMXOutputPortReference& InOutputPortReference, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| const FGuid & | GetPortGuid () |
||
| FName | |||
| bool | Returns true if the port is enabled. Always true unless constructed with bIsAlwaysEnabled = false |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FDMXOutputPortReference& Other |
||
| bool | operator==
(
const FDMXOutputPortReference& Other |