How to switch between two different Widget Blueprints?

u have to make a reference for each on and create them in (Begin Play)
then in the flip flop Node A {add to viewport the reference of (Creater GUI)+ remove from parent the reference of (Game GUI)} .

and in the flip flop Node B do the opposite

.it should work now