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" |
const TArray< EDMXCommunicationType > GetOutputPortCommunicationTypes&40;&41; const
Remarks
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. Array of communication types the user can select from, when defining output ports in editor.