How to perform a nested If condition in Blueprint

Hello every one

Will its simple as the title said I want to now how can I make a nested If in blueprint
i know that i could use Branch but what if i want do that

 If (Boolean = true) 
 {
             Boolean 1 =true ;

            if (Boolean 2= true)
            { 
                 Boolean 3= true;
            }

            if (Boolean 4= true)
            { 
                 Boolean 5= true;
            }
 }

notes that the main if contain more than one variable

but in blueprint u can only connect on variable from the node that coming out of the main branch (if)

I hope its clear What i’m trying to do here

Branch of and use the Sequence Node.