Null node is a utility node for graph organization. It accepts any type of input and outputs it exactly as is, without any modification or processing.
While it doesn’t perform any operations, it is a versatile tool for graph management and can act as a place for path referencing.
Potential use cases
- Organization: can act as a clear named output point for a specific section of your graph (“Character Head Final” or “Body OUT”).
- Placeholders: insert it into a stream where you plan to add logic later, ensuring the connection flow remains intact.
- Stable references: use it as the target for an Object Merge node. You can change the logic upstream of the Null node without breaking downstream references that point to the Null itself.
Parameters
| Parameter | Description |
|---|---|
Label | The display name for the node. |