Skip to main content

Boolean

This node holds a boolean (true/false) value. You can use it to quickly store a boolean using the Set input. It can also be used to hold a static value in logical operations.

You can connect the Boolean node to a Component Inputs node. This will make the input shows up as a boolean (checkbox) in the Property Panel for instances of this component.

Inputs

DataDescription
ValueThe value to store in the node. The output value will equal this value, unless Set is connected, then it will be updated when Set receives a signal.
SignalDescription
SetThis is used to only update the output when Save Value is set to true. This will allow you to freeze the stored value and only allow it to update under certain conditions, e.g. on a Tap.

Outputs

DataDescription
ValueThe boolean stored in the node
SignalDescription
StoredThis port sends a signal when the value is stored via the Set input signal.