If Else

Description

This OverNode allows the implementation of if-else statements.

This is a Flow OverNode, in which the flow is forked into two separate branches, represented by two output flow ports. A Condition value needs to be provided in order to correctly choose between one of the output ports.

Last updated