Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/IDMXProtocol
Description
Returns the communication types the protocol supports for its input ports. Can be empty if the protocol doesn't want to expose a selection to the user. If an empty array is returned, output ports that use the protocol will set CommunicationType to EDMXCommunicationType::InternalOnly.
| Name | GetOutputPortCommunicationTypes |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/Interfaces/IDMXProtocol.h |
| Include Path | #include "Interfaces/IDMXProtocol.h" |
const TArray < EDMXCommunicationType > GetOutputPortCommunicationTypes() const
Array of communication types the user can select from, when defining output ports in editor.