Multicast¶
The multicast node forwards its input to multiple proceeding nodes without processing the input.
Node Type¶
Logic.
Input and Output Ability¶
This node has 1 entry point and multiple exit points. The input and output can be any format.
Node Properties¶
Name
The name for this node.
Description
The description for this node.
Samples¶
Input Sample¶
The input of a multicast node is the output from its preceding node.
Output Sample¶
The multicast node does not modify the input, but only forwards the input to multiple proceeding nodes to be processed in different ways. If you wish to split the input to different outputs for processing, use the Split node.