Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/IDMXProtocol
Description
Called to register a DMXInputPort with the protocol. This should be implemented so each port can only register once (see Art-Net for an example).
| Name | RegisterInputPort |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/Interfaces/IDMXProtocol.h |
| Include Path | #include "Interfaces/IDMXProtocol.h" |
bool RegisterInputPort
(
const FDMXInputPortSharedRef & InputPort
)
True if the port was successfully registered
Parameters
| Name | Remarks |
|---|---|
| InputPort | The input port that needs to be registered |