Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/IDMXProtocol
Description
Called to deduce if the communication type will be heard by corresponding input ports.
As an example, this should be true, when the output port broadcasts to network. Broadcast traffic is heard by any input port that receives this protocol on corresponding universes. We forward this info to users, so they can take appropriate messures when specifying their ports.
| Name | IsCausingLoopback |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/Interfaces/IDMXProtocol.h |
| Include Path | #include "Interfaces/IDMXProtocol.h" |
bool IsCausingLoopback
(
EDMXCommunicationType InCommunicationType
)
Parameters
| Name | Remarks |
|---|---|
| InCommunicationType | The communication type that may cause intrinsic loopback |