Navigation
Unreal Engine C++ API Reference > Plugins > DMXProtocol > Interfaces > IDMXProtocol
References
Module | DMXProtocol |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/Interfaces/IDMXProtocol.h |
Include | #include "Interfaces/IDMXProtocol.h" |
bool RegisterInputPort
&40;
const FDMXInputPortSharedRef & InputPort
&41;
Remarks
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). True if the port was successfully registered
Parameters
Name | Description |
---|---|
InputPort | The input port that needs to be registered |