Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/IDMXProtocol
Description
Called to register a DMXOutputPort with the protocol. If initially valid, returned sender needs to guarantee to be valid while the port is registered. This should be implemented so each port can only register once (see Art-Net for an example).
| Name | RegisterOutputPort |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/Interfaces/IDMXProtocol.h |
| Include Path | #include "Interfaces/IDMXProtocol.h" |
TArray < TSharedPtr < IDMXSender > > RegisterOutputPort
(
const FDMXOutputPortSharedRef & OutputPort
)
The DMX senders that can be used while the output port is registered.
Parameters
| Name | Remarks |
|---|---|
| OutputPort | The Output port that needs to be registered |