Port

Description

A Port defines an input or output on a Node. Connecting Edges to a Port allows data to flow through the Shader Graph node network.

Each Port has a Data Type which defines what Edges can be connected to it. Each Data Type has an associated color for identifying its type.

Only one Edge can be connected to any input Port but multiple Edges can be connected to an output Port.

You can open a contextual Create Node Menu by dragging an Edge from a Port with left mouse button and releasing it in an empty area of the workspace.

Default Inputs

Each Input Port, a Port on the left side of a Node implying that it is for inputting data into the Node, has a Default Input. This appears as a small field connected to the Port when there is no Edge connected. This field will display an input for the ports Data Type unless the Port has a Port Binding. If a Port does have a Port Binding the default input field may display a special field, such as a dropdown for selecting UV channels, or just a label to help you undestand the intended input, such as coordindate space labels for geometry data.