Enable Output Node¶
The Enable Output node toggles the visibility and value of a socket for a Node Group outputs. It can be used to conditionally show or hide outputs from a node group depending on an input value or condition.
Đầu Vào (Inputs)¶
- Bật (Enable)
A boolean field controlling whether the connected output socket is visible and active. When False, the corresponding output socket in the group is hidden.
- Value (Giá Trị)
The value to pass to the output when it is enabled. This input can be any supported data type depending on the node's Data Type property.
Tính Chất (Properties)¶
- Kiểu Dữ Liệu (Data Type)
The data type of the Value input and Value output. This determines what kind of data the node passes through (e.g. Float, Vector, Color, Geometry, etc.).
Đầu Ra (Outputs)¶
- Value (Giá Trị)
The same data as the Value input when Enable is True. When Enable is False, the output is disabled and not available to the group output.