Complex if statements in blueprints

“If” is a simple Branch Node
“ElseIf” you can realize with a new Branch Node conected to the previous Branch False pin

Outside your If statements you can use a simple sequence node.

2 Likes